#77290E

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

Shades of Peru Tan #77290E

Tints of Peru Tan #77290E

Color information

#77290E (or 0x77290E) is unknown color: approx Peru Tan. HEX triplet: 77, 29 and 0E. RGB value is (119,41,14). Sum of RGB (Red+Green+Blue) = 119+41+14=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #77290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77290E is #88D6F1. Grayscale: #3D3D3D. Windows color (decimal): -8967922 or 928119. OLE color: 928119.

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

Color convert

RGB1194114-
CMYK00.660.880.53
HSL15.43º78.95%26.08%-
HSV(B)15.43º88.24%46.67%-
XYZ8.485.541.04-
YUV61.24101.34169.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=68.39%
G=23.56%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119411400.660.880.5315.4378.9526.08
Hex7729E0425835f4f1a
Octal16751160102130651711732
Binary111011110100111100100001010110001101011111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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