#77351D

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

Shades of Peru Tan #77351D

Tints of Peru Tan #77351D

Color information

#77351D (or 0x77351D) is unknown color: approx Peru Tan. HEX triplet: 77, 35 and 1D. RGB value is (119,53,29). Sum of RGB (Red+Green+Blue) = 119+53+29=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77351D is #88CAE2. Grayscale: #464646. Windows color (decimal): -8964835 or 1914231. OLE color: 1914231.

HSL color Cylindrical-coordinate representation of color #77351D: hue angle of 16º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77351D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1195329-
CMYK00.550.760.53
HSL16º60.81%29.02%-
HSV(B)16º75.63%46.67%-
XYZ9.16.561.95-
YUV70104.87162.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.20%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 29 (11.72% from 255) = 14.43%
R=59.20%
G=26.37%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119532900.550.760.531660.8129.02
Hex77351D0374C35103d1d
Octal167653506711465207535
Binary111011111010111101011011110011001101011000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77351D; }

 p { color: rgb(119,53,29); }

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

<style>
 a { background-color: #77351D; }

 a { background-color: rgb(119,53,29); }

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

<style>
 span { border-color: #77351D; }

 span { border-color: rgb(119,53,29); }

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