Html Css Color HEX #772E14 Peru Tan

📋 copy color: '#772E14'

red 119 ◦ green 46 ◦ blue 20

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

Shades of Peru Tan #772E14

Tints of Peru Tan #772E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 64.32%
G = 24.86%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#772E14 (or 0x772E14) is known color: Peru Tan. HEX triplet: 77, 2E and 14. RGB value is (119,46,20). Sum of RGB (Red+Green+Blue) = 119+46+20=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #772E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772E14 is #88D1EB. Grayscale: #414141. Windows color (decimal): -8966636 or 1322615. OLE color: 1322615.

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

Color convert

RGB 119 46 20 -
CMYK 0 0.61 0.83 0.53
HSL 15.76º 0.71% 0.27% -
HSV(B) 15.76º 0.83% 0.47% -
XYZ 8.71 5.93 1.35 -
YUV 64.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 119 46 20 0 0.61 0.83 0.53 15.76 0.71 0.27
Hex 77 2E 14 0 3D 53 35 10 47 1B
Octal 167 56 24 0 75 123 65 20 107 33
Binary 1110111 101110 10100 0 111101 1010011 110101 10000 1000111 11011

Color Harmonies of #772E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E14

Black with #772E14

Text Example


Text Example

White with #772E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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