#77361E

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

Shades of Peru Tan #77361E

Tints of Peru Tan #77361E

Color information

#77361E (or 0x77361E) is unknown color: approx Peru Tan. HEX triplet: 77, 36 and 1E. RGB value is (119,54,30). Sum of RGB (Red+Green+Blue) = 119+54+30=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77361E is #88C9E1. Grayscale: #464646. Windows color (decimal): -8964578 or 1980023. OLE color: 1980023.

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

Color convert

RGB1195430-
CMYK00.550.750.53
HSL16.18º59.73%29.22%-
HSV(B)16.18º74.79%46.67%-
XYZ9.166.652.03-
YUV70.7105.03162.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 30 (12.11% from 255) = 14.78%
R=58.62%
G=26.60%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119543000.550.750.5316.1859.7329.22
Hex77361E0374B35103c1d
Octal167663606711365207435
Binary111011111011011110011011110010111101011000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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