#797260

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

Shades of Pablo #797260

Tints of Pablo #797260

Color information

#797260 (or 0x797260) is unknown color: approx Pablo. HEX triplet: 79, 72 and 60. RGB value is (121,114,96). Sum of RGB (Red+Green+Blue) = 121+114+96=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #797260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797260 is #868D9F. Grayscale: #727272. Windows color (decimal): -8818080 or 6320761. OLE color: 6320761.

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

Color convert

RGB12111496-
CMYK00.060.210.53
HSL43.2º11.52%42.55%-
HSV(B)43.2º20.66%47.45%-
XYZ16.0116.9413.49-
YUV114.04117.82132.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=36.56%
G=34.44%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211149600.060.210.5343.211.5242.55
Hex7972600615352bc2b
Octal171162140062565531453
Binary1111001111001011000000110101011101011010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797260; }

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

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

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

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

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

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

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

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