Color Hex Logo

#762010 Color Hex

#762010
(118,32,16)
0 Favorites   0 Comments

Color spaces of #762010

RGB 1183216
HSL0.030.760.26
HSV86°46°
CMYK 0.000.730.86   0.54
XYZ8.08134.92201.0143
Yxy4.92200.57650.3511
Hunter Lab22.185626.195512.8192
CIE-Lab26.511436.623731.2132

#762010 color RGB value is (118,32,16).

#762010 hex color red value is 118, green value is 32 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #762010 hue: 0.03 , saturation: 0.76 and the lightness value of 762010 is 0.26.

The process color (four color CMYK) of #762010 color hex is 0.00, 0.73, 0.86, 0.54. Web safe color of #762010 is #663300. Color #762010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100000 00010000
Octal 166 40 20
Decimal 118 32 16
Hex 76 20 10

RGB Percentages of Color #762010

%71.08
%19.28
%9.64

CMYK Percentages of Color #762010

%0
%73
%86
%54

Triadic Colors of #762010

#762010 #107620 #201076

Analogous Colors of #762010

#762010 #765310 #761033

Monochromatic Colors of #762010

#762010

Complementary Color

#762010 #106676

#762010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762010 Color CSS Codes

.mybgcolor {background-color:#762010; } 
.myforecolor {color:#762010; }
.mybordercolor {border:3px solid #762010; }

#762010 Text Font Color

<p style="color:#762010">Text here</p>

This sample text font color is #762010
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#762010 Background Color

<div style="background-color:#762010">
Div content here</div>

This div background color is #762010


#762010 Border Color

<div style="border:3px solid #762010">
Div here</div>

This div border color is #762010


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,32,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #762010; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #762010;
  -webkit-box-shadow: 1px 1px 3px 2px #762010;
  box-shadow:         1px 1px 3px 2px #762010; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,32,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #762010">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #762010;
  -webkit-box-shadow: 1px 1px 3px 2px #762010;
  box-shadow:         1px 1px 3px 2px #762010;">
Div content here</div>

This div box has shadow with color #762010


Comments

No comments written yet.

Please login to write comment.