#772804

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

Shades of Peru Tan #772804

Tints of Peru Tan #772804

Color information

#772804 (or 0x772804) is unknown color: approx Peru Tan. HEX triplet: 77, 28 and 04. RGB value is (119,40,4). Sum of RGB (Red+Green+Blue) = 119+40+4=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #772804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772804 is #88D7FB. Grayscale: #3B3B3B. Windows color (decimal): -8968188 or 272503. OLE color: 272503.

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

Color convert

RGB119404-
CMYK00.660.970.53
HSL18.78º93.5%24.12%-
HSV(B)18.78º96.64%46.67%-
XYZ8.395.450.72-
YUV59.5296.67170.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.01%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=73.01%
G=24.54%
B=2.45%

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
Decimal11940400.660.970.5318.7893.524.12
Hex772840426135135d18
Octal1675040102141652313530
Binary111011110100010001000010110000111010110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772804; }

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

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

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

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

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

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

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

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