#796F5A

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

Shades of Pablo #796F5A

Tints of Pablo #796F5A

Color information

#796F5A (or 0x796F5A) is unknown color: approx Pablo. HEX triplet: 79, 6F and 5A. RGB value is (121,111,90). Sum of RGB (Red+Green+Blue) = 121+111+90=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #796F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F5A is #8690A5. Grayscale: #6F6F6F. Windows color (decimal): -8818854 or 5926777. OLE color: 5926777.

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

Color convert

RGB12111190-
CMYK00.080.260.53
HSL40.65º14.69%41.37%-
HSV(B)40.65º25.62%47.45%-
XYZ15.4216.1711.98-
YUV111.6115.81134.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=37.58%
G=34.47%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211119000.080.260.5340.6514.6941.37
Hex796F5A081A3529f29
Octal1711571320103265511751
Binary11110011101111101101001000110101101011010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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