#79705A

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

Shades of Pablo #79705A

Tints of Pablo #79705A

Color information

#79705A (or 0x79705A) is unknown color: approx Pablo. HEX triplet: 79, 70 and 5A. RGB value is (121,112,90). Sum of RGB (Red+Green+Blue) = 121+112+90=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #79705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79705A is #868FA5. Grayscale: #707070. Windows color (decimal): -8818598 or 5927033. OLE color: 5927033.

HSL color Cylindrical-coordinate representation of color #79705A: hue angle of 42.58º 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 #79705A is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB12111290-
CMYK00.070.260.53
HSL42.58º14.69%41.37%-
HSV(B)42.58º25.62%47.45%-
XYZ15.5216.3912.02-
YUV112.18115.48134.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=37.46%
G=34.67%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211129000.070.260.5342.5814.6941.37
Hex79705A071A352bf29
Octal171160132073265531751
Binary1111001111000010110100111110101101011010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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