Color Hex Logo

#762917 Color Hex

#762917
(118,41,23)
0 Favorites   0 Comments

Color spaces of #762917

RGB 1184123
HSL0.030.670.28
HSV11°81°46°
CMYK 0.000.650.81   0.54
XYZ8.41885.49931.4284
Yxy5.49930.54860.3583
Hunter Lab23.450623.043312.8040
CIE-Lab28.112432.741928.8865

#762917 color RGB value is (118,41,23).

#762917 hex color red value is 118, green value is 41 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #762917 hue: 0.03 , saturation: 0.67 and the lightness value of 762917 is 0.28.

The process color (four color CMYK) of #762917 color hex is 0.00, 0.65, 0.81, 0.54. Web safe color of #762917 is #663300. Color #762917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 00010111
Octal 166 51 27
Decimal 118 41 23
Hex 76 29 17

RGB Percentages of Color #762917

%64.84
%22.53
%12.64

CMYK Percentages of Color #762917

%0
%65
%81
%54

Triadic Colors of #762917

#762917 #177629 #291776

Analogous Colors of #762917

#762917 #765817 #761735

Monochromatic Colors of #762917

#762917

Complementary Color

#762917 #176476

#762917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762917 Color CSS Codes

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

#762917 Text Font Color

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

This sample text font color is #762917
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.


#762917 Background Color

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

This div background color is #762917


#762917 Border Color

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

This div border color is #762917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762917


Comments

No comments written yet.

Please login to write comment.