Color Hex Logo

#790d08 Color Hex

#790D08
(121,13,8)
0 Favorites   0 Comments

Color spaces of #790d08

RGB 121138
HSL0.010.880.25
HSV93°47°
CMYK 0.000.890.93   0.53
XYZ8.07294.37030.6478
Yxy4.37030.61670.3338
Hunter Lab20.905332.346412.7964
CIE-Lab24.859743.666833.5958

#790d08 color RGB value is (121,13,8).

#790d08 hex color red value is 121, green value is 13 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #790d08 hue: 0.01 , saturation: 0.88 and the lightness value of 790d08 is 0.25.

The process color (four color CMYK) of #790d08 color hex is 0.00, 0.89, 0.93, 0.53. Web safe color of #790d08 is #660000. Color #790d08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00001101 00001000
Octal 171 15 10
Decimal 121 13 8
Hex 79 D 8

RGB Percentages of Color #790d08

%85.21
%9.15
%5.63

CMYK Percentages of Color #790d08

%0
%89
%93
%53

Triadic Colors of #790d08

#790d08 #08790d #0d0879

Analogous Colors of #790d08

#790d08 #794608 #79083b

Monochromatic Colors of #790d08

#790d08

Complementary Color

#790d08 #087479

#790d08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790d08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790d08 Color CSS Codes

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

#790d08 Text Font Color

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

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


#790d08 Background Color

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

This div background color is #790d08


#790d08 Border Color

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

This div border color is #790d08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,13,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #790d08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #790d08;
  -webkit-box-shadow: 1px 1px 3px 2px #790d08;
  box-shadow:         1px 1px 3px 2px #790d08; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,13,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790d08


Comments

No comments written yet.

Please login to write comment.