#764120

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

Shades of Peru Tan #764120

Tints of Peru Tan #764120

Color information

#764120 (or 0x764120) is unknown color: approx Peru Tan. HEX triplet: 76, 41 and 20. RGB value is (118,65,32). Sum of RGB (Red+Green+Blue) = 118+65+32=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #764120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764120 is #89BEDF. Grayscale: #4D4D4D. Windows color (decimal): -9027296 or 2113910. OLE color: 2113910.

HSL color Cylindrical-coordinate representation of color #764120: hue angle of 23.02º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #764120 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1186532-
CMYK00.450.730.54
HSL23.02º57.33%29.41%-
HSV(B)23.02º72.88%46.27%-
XYZ9.627.742.35-
YUV77.08102.56157.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=54.88%
G=30.23%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118653200.450.730.5423.0257.3329.41
Hex76412002D493617391d
Octal1661014005511166277135
Binary11101101000001100000010110110010011101101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764120; }

 p { color: rgb(118,65,32); }

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

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

 a { background-color: rgb(118,65,32); }

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

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

 span { border-color: rgb(118,65,32); }

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