#797261

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

Shades of Pablo #797261

Tints of Pablo #797261

Color information

#797261 (or 0x797261) is unknown color: approx Pablo. HEX triplet: 79, 72 and 61. RGB value is (121,114,97). Sum of RGB (Red+Green+Blue) = 121+114+97=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #797261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797261 is #868D9E. Grayscale: #727272. Windows color (decimal): -8818079 or 6386297. OLE color: 6386297.

HSL color Cylindrical-coordinate representation of color #797261: hue angle of 42.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #797261 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB12111497-
CMYK00.060.200.53
HSL42.5º11.01%42.75%-
HSV(B)42.5º19.83%47.45%-
XYZ16.0616.9613.74-
YUV114.16118.32132.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 97 (38.28% from 255) = 29.22%
R=36.45%
G=34.34%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211149700.060.200.5342.511.0142.75
Hex7972610614352ab2b
Octal171162141062465521353
Binary1111001111001011000010110101001101011010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797261; }

 p { color: rgb(121,114,97); }

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

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

 a { background-color: rgb(121,114,97); }

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

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

 span { border-color: rgb(121,114,97); }

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