#772A01

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

Shades of Peru Tan #772A01

Tints of Peru Tan #772A01

Color information

#772A01 (or 0x772A01) is unknown color: approx Peru Tan. HEX triplet: 77, 2A and 01. RGB value is (119,42,1). Sum of RGB (Red+Green+Blue) = 119+42+1=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #772A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A01 is #88D5FE. Grayscale: #3C3C3C. Windows color (decimal): -8967679 or 76407. OLE color: 76407.

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

Color convert

RGB119421-
CMYK00.650.990.53
HSL20.85º98.33%23.53%-
HSV(B)20.85º99.16%46.67%-
XYZ8.445.580.66-
YUV60.3594.51169.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.46%
GREEN value IS 42 (16.80% from 255) = 25.93%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=73.46%
G=25.93%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11942100.650.990.5320.8598.3323.53
Hex772A10416335156218
Octal1675210101143652514230
Binary1110111101010101000001110001111010110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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