#78705F

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

Shades of Pablo #78705F

Tints of Pablo #78705F

Color information

#78705F (or 0x78705F) is unknown color: approx Pablo. HEX triplet: 78, 70 and 5F. RGB value is (120,112,95). Sum of RGB (Red+Green+Blue) = 120+112+95=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #78705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78705F is #878FA0. Grayscale: #707070. Windows color (decimal): -8884129 or 6254712. OLE color: 6254712.

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

Color convert

RGB12011295-
CMYK00.070.210.53
HSL40.8º11.63%42.16%-
HSV(B)40.8º20.83%47.06%-
XYZ15.6116.4113.17-
YUV112.45118.15133.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=36.70%
G=34.25%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201129500.070.210.5340.811.6342.16
Hex78705F07153529c2a
Octal170160137072565511452
Binary1111000111000010111110111101011101011010011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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