#77401E

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

Shades of Peru Tan #77401E

Tints of Peru Tan #77401E

Color information

#77401E (or 0x77401E) is unknown color: approx Peru Tan. HEX triplet: 77, 40 and 1E. RGB value is (119,64,30). Sum of RGB (Red+Green+Blue) = 119+64+30=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77401E is #88BFE1. Grayscale: #4C4C4C. Windows color (decimal): -8962018 or 1982583. OLE color: 1982583.

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

Color convert

RGB1196430-
CMYK00.460.750.53
HSL22.92º59.73%29.22%-
HSV(B)22.92º74.79%46.67%-
XYZ9.687.682.2-
YUV76.57101.72158.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=55.87%
G=30.05%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119643000.460.750.5322.9259.7329.22
Hex77401E02E4B35173c1d
Octal1671003605611365277435
Binary1110111100000011110010111010010111101011011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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