Html Css Color HEX #772808 Peru Tan

📋 copy color: '#772808'

red 119 ◦ green 40 ◦ blue 8

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

Shades of Peru Tan #772808

Tints of Peru Tan #772808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.95%

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

R = 71.26%
G = 23.95%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#772808 (or 0x772808) is known color: Peru Tan. HEX triplet: 77, 28 and 08. RGB value is (119,40,8). Sum of RGB (Red+Green+Blue) = 119+40+8=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #772808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772808 is #88D7F7. Grayscale: #3C3C3C. Windows color (decimal): -8968184 or 534647. OLE color: 534647.

HSL color Cylindrical-coordinate representation of color #772808: hue angle of 17.3º 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 #772808 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 40 8 -
CMYK 0 0.66 0.93 0.53
HSL 17.3º 0.87% 0.25% -
HSV(B) 17.3º 0.93% 0.47% -
XYZ 8.41 5.46 0.84 -
YUV 59.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 119 40 8 0 0.66 0.93 0.53 17.3 0.87 0.25
Hex 77 28 8 0 42 5D 35 11 57 19
Octal 167 50 10 0 102 135 65 21 127 31
Binary 1110111 101000 1000 0 1000010 1011101 110101 10001 1010111 11001

Color Harmonies of #772808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772808

Black with #772808

Text Example


Text Example

White with #772808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772808; }

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

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

background-color css

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

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

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

border-color css

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

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

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