Html Css Color HEX #772B08 Peru Tan

📋 copy color: '#772B08'

red 119 ◦ green 43 ◦ blue 8

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

Shades of Peru Tan #772B08

Tints of Peru Tan #772B08

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.29%

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

R = 70%
G = 25.29%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#772B08 (or 0x772B08) is known color: Peru Tan. HEX triplet: 77, 2B and 08. RGB value is (119,43,8). Sum of RGB (Red+Green+Blue) = 119+43+8=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #772B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B08 is #88D4F7. Grayscale: #3D3D3D. Windows color (decimal): -8967416 or 535415. OLE color: 535415.

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

Color convert

RGB 119 43 8 -
CMYK 0 0.64 0.93 0.53
HSL 18.92º 0.87% 0.25% -
HSV(B) 18.92º 0.93% 0.47% -
XYZ 8.52 5.67 0.87 -
YUV 61.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 119 43 8 0 0.64 0.93 0.53 18.92 0.87 0.25
Hex 77 2B 8 0 40 5D 35 13 57 19
Octal 167 53 10 0 100 135 65 23 127 31
Binary 1110111 101011 1000 0 1000000 1011101 110101 10011 1010111 11001

Color Harmonies of #772B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B08

Black with #772B08

Text Example


Text Example

White with #772B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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