#774020

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

Shades of Peru Tan #774020

Tints of Peru Tan #774020

Color information

#774020 (or 0x774020) is unknown color: approx Peru Tan. HEX triplet: 77, 40 and 20. RGB value is (119,64,32). Sum of RGB (Red+Green+Blue) = 119+64+32=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #774020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774020 is #88BFDF. Grayscale: #4C4C4C. Windows color (decimal): -8962016 or 2113655. OLE color: 2113655.

HSL color Cylindrical-coordinate representation of color #774020: hue angle of 22.07º 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 #774020 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1196432-
CMYK00.460.730.53
HSL22.07º57.62%29.61%-
HSV(B)22.07º73.11%46.67%-
XYZ9.77.692.34-
YUV76.8102.72158.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=55.35%
G=29.77%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119643200.460.730.5322.0757.6229.61
Hex77402002E4935163a1e
Octal1671004005611165267236
Binary11101111000000100000010111010010011101011011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774020; }

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

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

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

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

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

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

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

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