#772A04

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

Shades of Peru Tan #772A04

Tints of Peru Tan #772A04

Color information

#772A04 (or 0x772A04) is unknown color: approx Peru Tan. HEX triplet: 77, 2A and 04. RGB value is (119,42,4). Sum of RGB (Red+Green+Blue) = 119+42+4=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #772A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A04 is #88D5FB. Grayscale: #3C3C3C. Windows color (decimal): -8967676 or 273015. OLE color: 273015.

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

Color convert

RGB119424-
CMYK00.650.970.53
HSL19.83º93.5%24.12%-
HSV(B)19.83º96.64%46.67%-
XYZ8.465.590.75-
YUV60.6996.01169.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.12%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 4 (1.95% from 255) = 2.42%
R=72.12%
G=25.45%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11942400.650.970.5319.8393.524.12
Hex772A40416135145d18
Octal1675240101141652413530
Binary111011110101010001000001110000111010110100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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