#774220

Color #774220 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #774220

Tints of Peru Tan #774220

Color information

#774220 (or 0x774220) is unknown color: approx Peru Tan. HEX triplet: 77, 42 and 20. RGB value is (119,66,32). Sum of RGB (Red+Green+Blue) = 119+66+32=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #774220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774220 is #88BDDF. Grayscale: #4E4E4E. Windows color (decimal): -8961504 or 2114167. OLE color: 2114167.

HSL color Cylindrical-coordinate representation of color #774220: hue angle of 23.45º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #774220 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1196632-
CMYK00.450.730.53
HSL23.45º57.62%29.61%-
HSV(B)23.45º73.11%46.67%-
XYZ9.827.922.38-
YUV77.97102.06157.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=54.84%
G=30.41%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119663200.450.730.5323.4557.6229.61
Hex77422002D4935173a1e
Octal1671024005511165277236
Binary11101111000010100000010110110010011101011011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774220; }

 p { color: rgb(119,66,32); }

 H1.HeaderClassName
 {
   color: #774220;
 }
 .AnyTagClassName
 {
   color: #774220;
 }
</style>
background-color css

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

 a { background-color: rgb(119,66,32); }

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

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

 span { border-color: rgb(119,66,32); }

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