#77320F

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

Shades of Peru Tan #77320F

Tints of Peru Tan #77320F

Color information

#77320F (or 0x77320F) is unknown color: approx Peru Tan. HEX triplet: 77, 32 and 0F. RGB value is (119,50,15). Sum of RGB (Red+Green+Blue) = 119+50+15=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77320F is #88CDF0. Grayscale: #424242. Windows color (decimal): -8965617 or 995959. OLE color: 995959.

HSL color Cylindrical-coordinate representation of color #77320F: hue angle of 20.19º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77320F is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1195015-
CMYK00.580.870.53
HSL20.19º77.61%26.27%-
HSV(B)20.19º87.39%46.67%-
XYZ8.836.241.19-
YUV66.6498.86165.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.67%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=64.67%
G=27.17%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119501500.580.870.5320.1977.6126.27
Hex7732F03A5735144e1a
Octal1676217072127652411632
Binary111011111001011110111010101011111010110100100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77320F; }

 p { color: rgb(119,50,15); }

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

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

 a { background-color: rgb(119,50,15); }

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

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

 span { border-color: rgb(119,50,15); }

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