Html Css Color HEX #772A08 Peru Tan

📋 copy color: '#772A08'

red 119 ◦ green 42 ◦ blue 8

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

Shades of Peru Tan #772A08

Tints of Peru Tan #772A08

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.85%

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

R = 70.41%
G = 24.85%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#772A08 (or 0x772A08) is known color: Peru Tan. HEX triplet: 77, 2A and 08. RGB value is (119,42,8). Sum of RGB (Red+Green+Blue) = 119+42+8=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #772A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A08 is #88D5F7. Grayscale: #3D3D3D. Windows color (decimal): -8967672 or 535159. OLE color: 535159.

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

Color convert

RGB 119 42 8 -
CMYK 0 0.65 0.93 0.53
HSL 18.38º 0.87% 0.25% -
HSV(B) 18.38º 0.93% 0.47% -
XYZ 8.48 5.6 0.86 -
YUV 61.15 98.01 169.26 -
System Red Green Blue C M Y K H S L
Decimal 119 42 8 0 0.65 0.93 0.53 18.38 0.87 0.25
Hex 77 2A 8 0 41 5D 35 12 57 19
Octal 167 52 10 0 101 135 65 22 127 31
Binary 1110111 101010 1000 0 1000001 1011101 110101 10010 1010111 11001

Color Harmonies of #772A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A08

Black with #772A08

Text Example


Text Example

White with #772A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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