#772A10

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

Shades of Peru Tan #772A10

Tints of Peru Tan #772A10

Color information

#772A10 (or 0x772A10) is unknown color: approx Peru Tan. HEX triplet: 77, 2A and 10. RGB value is (119,42,16). Sum of RGB (Red+Green+Blue) = 119+42+16=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #772A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A10 is #88D5EF. Grayscale: #3E3E3E. Windows color (decimal): -8967664 or 1059447. OLE color: 1059447.

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

Color convert

RGB1194216-
CMYK00.650.870.53
HSL15.15º76.3%26.47%-
HSV(B)15.15º86.55%46.67%-
XYZ8.535.621.12-
YUV62.06102.01168.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.23%
GREEN value IS 42 (16.80% from 255) = 23.73%
BLUE value IS 16 (6.64% from 255) = 9.04%
R=67.23%
G=23.73%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119421600.650.870.5315.1576.326.47
Hex772A100415735f4c1a
Octal16752200101127651711432
Binary1110111101010100000100000110101111101011111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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