#77380E

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

Shades of Peru Tan #77380E

Tints of Peru Tan #77380E

Color information

#77380E (or 0x77380E) is unknown color: approx Peru Tan. HEX triplet: 77, 38 and 0E. RGB value is (119,56,14). Sum of RGB (Red+Green+Blue) = 119+56+14=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #77380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77380E is #88C7F1. Grayscale: #464646. Windows color (decimal): -8964082 or 931959. OLE color: 931959.

HSL color Cylindrical-coordinate representation of color #77380E: hue angle of 24º 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 #77380E is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1195614-
CMYK00.530.880.53
HSL24º78.95%26.08%-
HSV(B)24º88.24%46.67%-
XYZ9.16.781.24-
YUV70.0596.37162.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 56 (22.27% from 255) = 29.63%
BLUE value IS 14 (5.86% from 255) = 7.41%
R=62.96%
G=29.63%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119561400.530.880.532478.9526.08
Hex7738E0355835184f1a
Octal1677016065130653011732
Binary111011111100011100110101101100011010111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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