#79725A

Color #79725A Pablo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pablo #79725A

Tints of Pablo #79725A

Color information

#79725A (or 0x79725A) is unknown color: approx Pablo. HEX triplet: 79, 72 and 5A. RGB value is (121,114,90). Sum of RGB (Red+Green+Blue) = 121+114+90=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #79725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79725A is #868DA5. Grayscale: #717171. Windows color (decimal): -8818086 or 5927545. OLE color: 5927545.

HSL color Cylindrical-coordinate representation of color #79725A: hue angle of 46.45º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79725A is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB12111490-
CMYK00.060.260.53
HSL46.45º14.69%41.37%-
HSV(B)46.45º25.62%47.45%-
XYZ15.7516.8412.09-
YUV113.36114.82133.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.23%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=37.23%
G=35.08%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211149000.060.260.5346.4514.6941.37
Hex79725A061A352ef29
Octal171162132063265561751
Binary1111001111001010110100110110101101011011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79725A; }

 p { color: rgb(121,114,90); }

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

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

 a { background-color: rgb(121,114,90); }

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

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

 span { border-color: rgb(121,114,90); }

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