#772704

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

Shades of Peru Tan #772704

Tints of Peru Tan #772704

Color information

#772704 (or 0x772704) is unknown color: approx Peru Tan. HEX triplet: 77, 27 and 04. RGB value is (119,39,4). Sum of RGB (Red+Green+Blue) = 119+39+4=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #772704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772704 is #88D8FB. Grayscale: #3B3B3B. Windows color (decimal): -8968444 or 272247. OLE color: 272247.

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

Color convert

RGB119394-
CMYK00.670.970.53
HSL18.26º93.5%24.12%-
HSV(B)18.26º96.64%46.67%-
XYZ8.365.380.71-
YUV58.9397170.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.46%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 4 (1.95% from 255) = 2.47%
R=73.46%
G=24.07%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11939400.670.970.5318.2693.524.12
Hex772740436135125d18
Octal1674740103141652213530
Binary111011110011110001000011110000111010110010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772704; }

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

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

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

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

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

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

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

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