#77401C

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

Shades of Peru Tan #77401C

Tints of Peru Tan #77401C

Color information

#77401C (or 0x77401C) is unknown color: approx Peru Tan. HEX triplet: 77, 40 and 1C. RGB value is (119,64,28). Sum of RGB (Red+Green+Blue) = 119+64+28=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77401C is #88BFE3. Grayscale: #4C4C4C. Windows color (decimal): -8962020 or 1851511. OLE color: 1851511.

HSL color Cylindrical-coordinate representation of color #77401C: hue angle of 23.74º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77401C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1196428-
CMYK00.460.760.53
HSL23.74º61.9%28.82%-
HSV(B)23.74º76.47%46.67%-
XYZ9.657.672.07-
YUV76.34100.72158.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 28 (11.33% from 255) = 13.27%
R=56.40%
G=30.33%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119642800.460.760.5323.7461.928.82
Hex77401C02E4C35183e1d
Octal1671003405611465307635
Binary1110111100000011100010111010011001101011100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77401C; }

 p { color: rgb(119,64,28); }

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

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

 a { background-color: rgb(119,64,28); }

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

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

 span { border-color: rgb(119,64,28); }

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