#78715B

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

Shades of Pablo #78715B

Tints of Pablo #78715B

Color information

#78715B (or 0x78715B) is unknown color: approx Pablo. HEX triplet: 78, 71 and 5B. RGB value is (120,113,91). Sum of RGB (Red+Green+Blue) = 120+113+91=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #78715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78715B is #878EA4. Grayscale: #707070. Windows color (decimal): -8883877 or 5992824. OLE color: 5992824.

HSL color Cylindrical-coordinate representation of color #78715B: hue angle of 45.52º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78715B is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB12011391-
CMYK00.060.240.53
HSL45.52º13.74%41.37%-
HSV(B)45.52º24.17%47.06%-
XYZ15.5416.5612.27-
YUV112.58115.82133.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=37.04%
G=34.88%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201139100.060.240.5345.5213.7441.37
Hex78715B0618352ee29
Octal170161133063065561651
Binary1111000111000110110110110110001101011011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78715B; }

 p { color: rgb(120,113,91); }

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

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

 a { background-color: rgb(120,113,91); }

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

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

 span { border-color: rgb(120,113,91); }

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