#77391D

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

Shades of Peru Tan #77391D

Tints of Peru Tan #77391D

Color information

#77391D (or 0x77391D) is unknown color: approx Peru Tan. HEX triplet: 77, 39 and 1D. RGB value is (119,57,29). Sum of RGB (Red+Green+Blue) = 119+57+29=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77391D is #88C6E2. Grayscale: #484848. Windows color (decimal): -8963811 or 1915255. OLE color: 1915255.

HSL color Cylindrical-coordinate representation of color #77391D: hue angle of 18.67º 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 #77391D is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1195729-
CMYK00.520.760.53
HSL18.67º60.81%29.02%-
HSV(B)18.67º75.63%46.67%-
XYZ9.296.942.01-
YUV72.35103.54161.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 29 (11.72% from 255) = 14.15%
R=58.05%
G=27.80%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119572900.520.760.5318.6760.8129.02
Hex77391D0344C35133d1d
Octal167713506411465237535
Binary111011111100111101011010010011001101011001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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