Html Css Color HEX #772E06 Peru Tan

📋 copy color: '#772E06'

red 119 ◦ green 46 ◦ blue 6

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

Shades of Peru Tan #772E06

Tints of Peru Tan #772E06

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.9%

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 69.59%
G = 26.9%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#772E06 (or 0x772E06) is known color: Peru Tan. HEX triplet: 77, 2E and 06. RGB value is (119,46,6). Sum of RGB (Red+Green+Blue) = 119+46+6=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #772E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772E06 is #88D1F9. Grayscale: #3F3F3F. Windows color (decimal): -8966650 or 405111. OLE color: 405111.

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

Color convert

RGB 119 46 6 -
CMYK 0 0.61 0.95 0.53
HSL 21.24º 0.9% 0.25% -
HSV(B) 21.24º 0.95% 0.47% -
XYZ 8.62 5.89 0.85 -
YUV 63.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 119 46 6 0 0.61 0.95 0.53 21.24 0.9 0.25
Hex 77 2E 6 0 3D 5F 35 15 5A 19
Octal 167 56 6 0 75 137 65 25 132 31
Binary 1110111 101110 110 0 111101 1011111 110101 10101 1011010 11001

Color Harmonies of #772E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E06

Black with #772E06

Text Example


Text Example

White with #772E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,46,6); }

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

background-color css

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

 a { background-color: rgb(119,46,6); }

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

border-color css

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

 span { border-color: rgb(119,46,6); }

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