Html Css Color HEX #772D08 Peru Tan

📋 copy color: '#772D08'

red 119 ◦ green 45 ◦ blue 8

#772D08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru Tan #772D08

Tints of Peru Tan #772D08

RGB

 RED value IS 119 (46.88% from 255) = 69.19%

 GREEN value IS 45 (17.97% from 255) = 26.16%

 BLUE value IS 8 (3.52% from 255) = 4.65%

R = 69.19%
G = 26.16%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#772D08 (or 0x772D08) is known color: Peru Tan. HEX triplet: 77, 2D and 08. RGB value is (119,45,8). Sum of RGB (Red+Green+Blue) = 119+45+8=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #772D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772D08 is #88D2F7. Grayscale: #3F3F3F. Windows color (decimal): -8966904 or 535927. OLE color: 535927.

HSL color Cylindrical-coordinate representation of color #772D08: hue angle of 20º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #772D08 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 45 8 -
CMYK 0 0.62 0.93 0.53
HSL 20º 0.87% 0.25% -
HSV(B) 20º 0.93% 0.47% -
XYZ 8.59 5.82 0.9 -
YUV 62.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 119 45 8 0 0.62 0.93 0.53 20 0.87 0.25
Hex 77 2D 8 0 3E 5D 35 14 57 19
Octal 167 55 10 0 76 135 65 24 127 31
Binary 1110111 101101 1000 0 111110 1011101 110101 10100 1010111 11001

Color Harmonies of #772D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D08

Black with #772D08

Text Example


Text Example

White with #772D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772D08; }

 p { color: rgb(119,45,8); }

 H1.HeaderClassName
 {
   color: #772D08;
 }
 .AnyTagClassName
 {
   color: #772D08;
 }
</style>

background-color css

<style>
 a { background-color: #772D08; }

 a { background-color: rgb(119,45,8); }

 div.DivClassName
 {
   background-color: #772D08;
 }
 .BgClassName
 {
   background-color: #772D08;
 }
</style>

border-color css

<style>
 span { border-color: #772D08; }

 span { border-color: rgb(119,45,8); }

 td.TdClassName
 {
   border-color: #772D08;
 }
 .TagClassName
 {
   border-color: #772D08;
 }
</style>