Color Hex Logo

#795502 Color Hex

#795502
(121,85,2)
0 Favorites   0 Comments

Color spaces of #795502

RGB 121852
HSL0.120.970.24
HSV42°98°47°
CMYK 0.000.300.98   0.53
XYZ11.144610.56631.5096
Yxy10.56630.47990.4550
Hunter Lab32.50584.313320.0006
CIE-Lab38.84028.345146.5053

#795502 color RGB value is (121,85,2).

#795502 hex color red value is 121, green value is 85 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #795502 hue: 0.12 , saturation: 0.97 and the lightness value of 795502 is 0.24.

The process color (four color CMYK) of #795502 color hex is 0.00, 0.30, 0.98, 0.53. Web safe color of #795502 is #666600. Color #795502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010101 00000010
Octal 171 125 2
Decimal 121 85 2
Hex 79 55 2

RGB Percentages of Color #795502

%58.17
%40.87
%0.96

CMYK Percentages of Color #795502

%0
%30
%98
%53

Triadic Colors of #795502

#795502 #027955 #550279

Analogous Colors of #795502

#795502 #627902 #791a02

Monochromatic Colors of #795502

#795502

Complementary Color

#795502 #022679

#795502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795502 Color CSS Codes

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

#795502 Text Font Color

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

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


#795502 Background Color

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

This div background color is #795502


#795502 Border Color

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

This div border color is #795502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795502


Comments

No comments written yet.

Please login to write comment.