#764321

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

Shades of Peru Tan #764321

Tints of Peru Tan #764321

Color information

#764321 (or 0x764321) is unknown color: approx Peru Tan. HEX triplet: 76, 43 and 21. RGB value is (118,67,33). Sum of RGB (Red+Green+Blue) = 118+67+33=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #764321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764321 is #89BCDE. Grayscale: #4E4E4E. Windows color (decimal): -9026783 or 2179958. OLE color: 2179958.

HSL color Cylindrical-coordinate representation of color #764321: hue angle of 24º 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 #764321 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1186733-
CMYK00.430.720.54
HSL24º56.29%29.61%-
HSV(B)24º72.03%46.27%-
XYZ9.757.982.46-
YUV78.37102.4156.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=54.13%
G=30.73%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118673300.430.720.542456.2929.61
Hex76432102B483618381e
Octal1661034105311066307036
Binary11101101000011100001010101110010001101101100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764321; }

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

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

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

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

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

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

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

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