#772A00

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

Shades of Peru Tan #772A00

Tints of Peru Tan #772A00

Color information

#772A00 (or 0x772A00) is unknown color: approx Peru Tan. HEX triplet: 77, 2A and 00. RGB value is (119,42,0). Sum of RGB (Red+Green+Blue) = 119+42+0=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #772A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A00 is #88D5FF. Grayscale: #3C3C3C. Windows color (decimal): -8967680 or 10871. OLE color: 10871.

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

Color convert

RGB119420-
CMYK00.6510.53
HSL21.18º100%23.33%-
HSV(B)21.18º100%46.67%-
XYZ8.445.580.63-
YUV60.2494.01169.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.91%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.91%
G=26.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11942000.6510.5321.1810023.33
Hex772A00416435156417
Octal1675200101144652514427
Binary1110111101010001000001110010011010110101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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