#78715C

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

Shades of Pablo #78715C

Tints of Pablo #78715C

Color information

#78715C (or 0x78715C) is unknown color: approx Pablo. HEX triplet: 78, 71 and 5C. RGB value is (120,113,92). Sum of RGB (Red+Green+Blue) = 120+113+92=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #78715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78715C is #878EA3. Grayscale: #707070. Windows color (decimal): -8883876 or 6058360. OLE color: 6058360.

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

Color convert

RGB12011392-
CMYK00.060.230.53
HSL45º13.21%41.57%-
HSV(B)45º23.33%47.06%-
XYZ15.5816.5812.5-
YUV112.7116.32133.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=36.92%
G=34.77%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201139200.060.230.534513.2141.57
Hex78715C0617352dd2a
Octal170161134062765551552
Binary1111000111000110111000110101111101011011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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