#764119

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

Shades of Peru Tan #764119

Tints of Peru Tan #764119

Color information

#764119 (or 0x764119) is unknown color: approx Peru Tan. HEX triplet: 76, 41 and 19. RGB value is (118,65,25). Sum of RGB (Red+Green+Blue) = 118+65+25=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #764119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764119 is #89BEE6. Grayscale: #4C4C4C. Windows color (decimal): -9027303 or 1655158. OLE color: 1655158.

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

Color convert

RGB1186525-
CMYK00.450.790.54
HSL25.81º65.03%28.04%-
HSV(B)25.81º78.81%46.27%-
XYZ9.547.71.9-
YUV76.2999.06157.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=56.73%
G=31.25%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118652500.450.790.5425.8165.0328.04
Hex76411902D4F361a411c
Octal16610131055117663210134
Binary11101101000001110010101101100111111011011010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764119; }

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

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

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

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

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

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

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

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