#77370E

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

Shades of Peru Tan #77370E

Tints of Peru Tan #77370E

Color information

#77370E (or 0x77370E) is unknown color: approx Peru Tan. HEX triplet: 77, 37 and 0E. RGB value is (119,55,14). Sum of RGB (Red+Green+Blue) = 119+55+14=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #77370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77370E is #88C8F1. Grayscale: #454545. Windows color (decimal): -8964338 or 931703. OLE color: 931703.

HSL color Cylindrical-coordinate representation of color #77370E: hue angle of 23.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77370E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1195514-
CMYK00.540.880.53
HSL23.43º78.95%26.08%-
HSV(B)23.43º88.24%46.67%-
XYZ9.056.691.23-
YUV69.4696.7163.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.30%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 14 (5.86% from 255) = 7.45%
R=63.30%
G=29.26%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119551400.540.880.5323.4378.9526.08
Hex7737E0365835174f1a
Octal1676716066130652711732
Binary111011111011111100110110101100011010110111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77370E; }

 p { color: rgb(119,55,14); }

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

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

 a { background-color: rgb(119,55,14); }

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

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

 span { border-color: rgb(119,55,14); }

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