#797161

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

Shades of Pablo #797161

Tints of Pablo #797161

Color information

#797161 (or 0x797161) is unknown color: approx Pablo. HEX triplet: 79, 71 and 61. RGB value is (121,113,97). Sum of RGB (Red+Green+Blue) = 121+113+97=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #797161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797161 is #868E9E. Grayscale: #717171. Windows color (decimal): -8818335 or 6386041. OLE color: 6386041.

HSL color Cylindrical-coordinate representation of color #797161: hue angle of 40º 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 #797161 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB12111397-
CMYK00.070.200.53
HSL40º11.01%42.75%-
HSV(B)40º19.83%47.45%-
XYZ15.9516.7413.7-
YUV113.57118.65133.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=36.56%
G=34.14%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211139700.070.200.534011.0142.75
Hex79716107143528b2b
Octal171161141072465501353
Binary1111001111000111000010111101001101011010001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797161; }

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

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

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

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

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

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

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

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