#79705E

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

Shades of Pablo #79705E

Tints of Pablo #79705E

Color information

#79705E (or 0x79705E) is unknown color: approx Pablo. HEX triplet: 79, 70 and 5E. RGB value is (121,112,94). Sum of RGB (Red+Green+Blue) = 121+112+94=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #79705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79705E is #868FA1. Grayscale: #707070. Windows color (decimal): -8818594 or 6189177. OLE color: 6189177.

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

Color convert

RGB12111294-
CMYK00.070.220.53
HSL40º12.56%42.16%-
HSV(B)40º22.31%47.45%-
XYZ15.716.4612.94-
YUV112.64117.48133.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.00%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=37.00%
G=34.25%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211129400.070.220.534012.5642.16
Hex79705E07163528d2a
Octal171160136072665501552
Binary1111001111000010111100111101101101011010001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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