#79745F

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

Shades of Pablo #79745F

Tints of Pablo #79745F

Color information

#79745F (or 0x79745F) is unknown color: approx Pablo. HEX triplet: 79, 74 and 5F. RGB value is (121,116,95). Sum of RGB (Red+Green+Blue) = 121+116+95=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #79745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79745F is #868BA0. Grayscale: #737373. Windows color (decimal): -8817569 or 6255737. OLE color: 6255737.

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

Color convert

RGB12111695-
CMYK00.040.210.53
HSL48.46º12.04%42.35%-
HSV(B)48.46º21.49%47.45%-
XYZ16.217.3813.33-
YUV115.1116.66132.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=36.45%
G=34.94%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211169500.040.210.5348.4612.0442.35
Hex79745F04153530c2a
Octal171164137042565601452
Binary1111001111010010111110100101011101011100001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79745F; }

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

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

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

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

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

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

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

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