#772A0A

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

Shades of Peru Tan #772A0A

Tints of Peru Tan #772A0A

Color information

#772A0A (or 0x772A0A) is unknown color: approx Peru Tan. HEX triplet: 77, 2A and 0A. RGB value is (119,42,10). Sum of RGB (Red+Green+Blue) = 119+42+10=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #772A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A0A is #88D5F5. Grayscale: #3D3D3D. Windows color (decimal): -8967670 or 666231. OLE color: 666231.

HSL color Cylindrical-coordinate representation of color #772A0A: hue angle of 17.61º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #772A0A is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1194210-
CMYK00.650.920.53
HSL17.61º84.5%25.29%-
HSV(B)17.61º91.6%46.67%-
XYZ8.495.60.92-
YUV61.3899.01169.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.59%
GREEN value IS 42 (16.80% from 255) = 24.56%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=69.59%
G=24.56%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119421000.650.920.5317.6184.525.29
Hex772AA0415C35125419
Octal16752120101134652212431
Binary1110111101010101001000001101110011010110010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,42,10); }

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

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

 a { background-color: rgb(119,42,10); }

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

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

 span { border-color: rgb(119,42,10); }

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