#772903

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

Shades of Peru Tan #772903

Tints of Peru Tan #772903

Color information

#772903 (or 0x772903) is unknown color: approx Peru Tan. HEX triplet: 77, 29 and 03. RGB value is (119,41,3). Sum of RGB (Red+Green+Blue) = 119+41+3=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #772903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772903 is #88D6FC. Grayscale: #3C3C3C. Windows color (decimal): -8967933 or 207223. OLE color: 207223.

HSL color Cylindrical-coordinate representation of color #772903: hue angle of 19.66º degrees, saturation: 0.95, 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 #772903 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB119413-
CMYK00.660.970.53
HSL19.66º95.08%23.92%-
HSV(B)19.66º97.48%46.67%-
XYZ8.425.510.71-
YUV59.9995.84170.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.01%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 3 (1.56% from 255) = 1.84%
R=73.01%
G=25.15%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11941300.660.970.5319.6695.0823.92
Hex772930426135145f18
Octal1675130102141652413730
Binary11101111010011101000010110000111010110100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772903; }

 p { color: rgb(119,41,3); }

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

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

 a { background-color: rgb(119,41,3); }

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

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

 span { border-color: rgb(119,41,3); }

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