#77310D

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

Shades of Peru Tan #77310D

Tints of Peru Tan #77310D

Color information

#77310D (or 0x77310D) is unknown color: approx Peru Tan. HEX triplet: 77, 31 and 0D. RGB value is (119,49,13). Sum of RGB (Red+Green+Blue) = 119+49+13=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77310D is #88CEF2. Grayscale: #424242. Windows color (decimal): -8965875 or 864631. OLE color: 864631.

HSL color Cylindrical-coordinate representation of color #77310D: hue angle of 20.38º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77310D is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1194913-
CMYK00.590.890.53
HSL20.38º80.3%25.88%-
HSV(B)20.38º89.08%46.67%-
XYZ8.786.151.1-
YUV65.8398.19165.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=65.75%
G=27.07%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119491300.590.890.5320.3880.325.88
Hex7731D03B593514501a
Octal1676115073131652412032
Binary111011111000111010111011101100111010110100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77310D; }

 p { color: rgb(119,49,13); }

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

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

 a { background-color: rgb(119,49,13); }

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

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

 span { border-color: rgb(119,49,13); }

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