#764124

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

Shades of Peru Tan #764124

Tints of Peru Tan #764124

Color information

#764124 (or 0x764124) is unknown color: approx Peru Tan. HEX triplet: 76, 41 and 24. RGB value is (118,65,36). Sum of RGB (Red+Green+Blue) = 118+65+36=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #764124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764124 is #89BEDB. Grayscale: #4D4D4D. Windows color (decimal): -9027292 or 2376054. OLE color: 2376054.

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

Color convert

RGB1186536-
CMYK00.450.690.54
HSL21.22º53.25%30.2%-
HSV(B)21.22º69.49%46.27%-
XYZ9.687.762.66-
YUV77.54104.56156.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 36 (14.45% from 255) = 16.44%
R=53.88%
G=29.68%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118653600.450.690.5421.2253.2530.2
Hex76412402D453615351e
Octal1661014405510566256536
Binary11101101000001100100010110110001011101101010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764124; }

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

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

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

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

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

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

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

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