#796F5C

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

Shades of Pablo #796F5C

Tints of Pablo #796F5C

Color information

#796F5C (or 0x796F5C) is unknown color: approx Pablo. HEX triplet: 79, 6F and 5C. RGB value is (121,111,92). Sum of RGB (Red+Green+Blue) = 121+111+92=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #796F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F5C is #8690A3. Grayscale: #6F6F6F. Windows color (decimal): -8818852 or 6057849. OLE color: 6057849.

HSL color Cylindrical-coordinate representation of color #796F5C: hue angle of 39.31º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #796F5C is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB12111192-
CMYK00.080.240.53
HSL39.31º13.62%41.76%-
HSV(B)39.31º23.97%47.45%-
XYZ15.516.2112.44-
YUV111.82116.81134.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.35%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=37.35%
G=34.26%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211119200.080.240.5339.3113.6241.76
Hex796F5C08183527e2a
Octal1711571340103065471652
Binary11110011101111101110001000110001101011001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796F5C; }

 p { color: rgb(121,111,92); }

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

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

 a { background-color: rgb(121,111,92); }

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

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

 span { border-color: rgb(121,111,92); }

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