#78715F

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

Shades of Pablo #78715F

Tints of Pablo #78715F

Color information

#78715F (or 0x78715F) is unknown color: approx Pablo. HEX triplet: 78, 71 and 5F. RGB value is (120,113,95). Sum of RGB (Red+Green+Blue) = 120+113+95=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #78715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78715F is #878EA0. Grayscale: #717171. Windows color (decimal): -8883873 or 6254968. OLE color: 6254968.

HSL color Cylindrical-coordinate representation of color #78715F: hue angle of 43.2º 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 #78715F is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB12011395-
CMYK00.060.210.53
HSL43.2º11.63%42.16%-
HSV(B)43.2º20.83%47.06%-
XYZ15.7216.6313.21-
YUV113.04117.82132.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.59%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=36.59%
G=34.45%
B=28.96%

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
Decimal1201139500.060.210.5343.211.6342.16
Hex78715F0615352bc2a
Octal170161137062565531452
Binary1111000111000110111110110101011101011010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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