#77421E

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

Shades of Peru Tan #77421E

Tints of Peru Tan #77421E

Color information

#77421E (or 0x77421E) is unknown color: approx Peru Tan. HEX triplet: 77, 42 and 1E. RGB value is (119,66,30). Sum of RGB (Red+Green+Blue) = 119+66+30=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77421E is #88BDE1. Grayscale: #4D4D4D. Windows color (decimal): -8961506 or 1983095. OLE color: 1983095.

HSL color Cylindrical-coordinate representation of color #77421E: hue angle of 24.27º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77421E is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1196630-
CMYK00.450.750.53
HSL24.27º59.73%29.22%-
HSV(B)24.27º74.79%46.67%-
XYZ9.797.912.24-
YUV77.74101.06157.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=55.35%
G=30.70%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119663000.450.750.5324.2759.7329.22
Hex77421E02D4B35183c1d
Octal1671023605511365307435
Binary1110111100001011110010110110010111101011100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,66,30); }

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

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

 a { background-color: rgb(119,66,30); }

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

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

 span { border-color: rgb(119,66,30); }

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