#772B11

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

Shades of Peru Tan #772B11

Tints of Peru Tan #772B11

Color information

#772B11 (or 0x772B11) is unknown color: approx Peru Tan. HEX triplet: 77, 2B and 11. RGB value is (119,43,17). Sum of RGB (Red+Green+Blue) = 119+43+17=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #772B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B11 is #88D4EE. Grayscale: #3E3E3E. Windows color (decimal): -8967407 or 1125239. OLE color: 1125239.

HSL color Cylindrical-coordinate representation of color #772B11: hue angle of 15.29º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #772B11 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1194317-
CMYK00.640.860.53
HSL15.29º75%26.67%-
HSV(B)15.29º85.71%46.67%-
XYZ8.575.691.18-
YUV62.76102.18168.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.48%
GREEN value IS 43 (17.19% from 255) = 24.02%
BLUE value IS 17 (7.03% from 255) = 9.50%
R=66.48%
G=24.02%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119431700.640.860.5315.297526.67
Hex772B110405635f4b1b
Octal16753210100126651711333
Binary1110111101011100010100000010101101101011111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772B11; }

 p { color: rgb(119,43,17); }

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

<style>
 a { background-color: #772B11; }

 a { background-color: rgb(119,43,17); }

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

<style>
 span { border-color: #772B11; }

 span { border-color: rgb(119,43,17); }

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