#797464

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

Shades of Pablo #797464

Tints of Pablo #797464

Color information

#797464 (or 0x797464) is unknown color: approx Pablo. HEX triplet: 79, 74 and 64. RGB value is (121,116,100). Sum of RGB (Red+Green+Blue) = 121+116+100=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 121 - color contains mainly: red. Hex color #797464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797464 is #868B9B. Grayscale: #737373. Windows color (decimal): -8817564 or 6583417. OLE color: 6583417.

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

Color convert

RGB121116100-
CMYK00.040.170.53
HSL45.71º9.5%43.33%-
HSV(B)45.71º17.36%47.45%-
XYZ16.4317.4814.56-
YUV115.67119.16131.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=35.91%
G=34.42%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111610000.040.170.5345.719.543.33
Hex7974640411352ea2b
Octal171164144042165561253
Binary1111001111010011001000100100011101011011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797464; }

 p { color: rgb(121,116,100); }

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

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

 a { background-color: rgb(121,116,100); }

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

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

 span { border-color: rgb(121,116,100); }

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