#79705D

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

Shades of Pablo #79705D

Tints of Pablo #79705D

Color information

#79705D (or 0x79705D) is unknown color: approx Pablo. HEX triplet: 79, 70 and 5D. RGB value is (121,112,93). Sum of RGB (Red+Green+Blue) = 121+112+93=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #79705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79705D is #868FA2. Grayscale: #707070. Windows color (decimal): -8818595 or 6123641. OLE color: 6123641.

HSL color Cylindrical-coordinate representation of color #79705D: hue angle of 40.71º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #79705D is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB12111293-
CMYK00.070.230.53
HSL40.71º13.08%41.96%-
HSV(B)40.71º23.14%47.45%-
XYZ15.6616.4412.7-
YUV112.52116.98134.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=37.12%
G=34.36%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211129300.070.230.5340.7113.0841.96
Hex79705D07173529d2a
Octal171160135072765511552
Binary1111001111000010111010111101111101011010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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