#764121

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

Shades of Peru Tan #764121

Tints of Peru Tan #764121

Color information

#764121 (or 0x764121) is unknown color: approx Peru Tan. HEX triplet: 76, 41 and 21. RGB value is (118,65,33). Sum of RGB (Red+Green+Blue) = 118+65+33=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #764121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764121 is #89BEDE. Grayscale: #4D4D4D. Windows color (decimal): -9027295 or 2179446. OLE color: 2179446.

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

Color convert

RGB1186533-
CMYK00.450.720.54
HSL22.59º56.29%29.61%-
HSV(B)22.59º72.03%46.27%-
XYZ9.647.742.43-
YUV77.2103.06157.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 33 (13.28% from 255) = 15.28%
R=54.63%
G=30.09%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118653300.450.720.5422.5956.2929.61
Hex76412102D483617381e
Octal1661014105511066277036
Binary11101101000001100001010110110010001101101011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764121; }

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

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

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

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

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

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

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

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