#796F5B

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

Shades of Pablo #796F5B

Tints of Pablo #796F5B

Color information

#796F5B (or 0x796F5B) is unknown color: approx Pablo. HEX triplet: 79, 6F and 5B. RGB value is (121,111,91). Sum of RGB (Red+Green+Blue) = 121+111+91=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #796F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F5B is #8690A4. Grayscale: #6F6F6F. Windows color (decimal): -8818853 or 5992313. OLE color: 5992313.

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

Color convert

RGB12111191-
CMYK00.080.250.53
HSL40º14.15%41.57%-
HSV(B)40º24.79%47.45%-
XYZ15.4616.1912.21-
YUV111.71116.31134.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=37.46%
G=34.37%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211119100.080.250.534014.1541.57
Hex796F5B08193528e2a
Octal1711571330103165501652
Binary11110011101111101101101000110011101011010001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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