Color Hex Logo

#762609 Color Hex

#762609
(118,38,9)
0 Favorites   0 Comments

Color spaces of #762609

RGB 118389
HSL0.040.860.25
HSV16°92°46°
CMYK 0.000.680.92   0.54
XYZ8.21365.25750.8403
Yxy5.25750.57390.3674
Hunter Lab22.929223.815213.8776
CIE-Lab27.456133.744835.3190

#762609 color RGB value is (118,38,9).

#762609 hex color red value is 118, green value is 38 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #762609 hue: 0.04 , saturation: 0.86 and the lightness value of 762609 is 0.25.

The process color (four color CMYK) of #762609 color hex is 0.00, 0.68, 0.92, 0.54. Web safe color of #762609 is #663300. Color #762609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100110 00001001
Octal 166 46 11
Decimal 118 38 9
Hex 76 26 9

RGB Percentages of Color #762609

%71.52
%23.03
%5.45

CMYK Percentages of Color #762609

%0
%68
%92
%54

Triadic Colors of #762609

#762609 #097626 #260976

Analogous Colors of #762609

#762609 #765d09 #760922

Monochromatic Colors of #762609

#762609

Complementary Color

#762609 #095976

#762609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762609 Color CSS Codes

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

#762609 Text Font Color

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

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


#762609 Background Color

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

This div background color is #762609


#762609 Border Color

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

This div border color is #762609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762609


Comments

No comments written yet.

Please login to write comment.