#78705C

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

Shades of Pablo #78705C

Tints of Pablo #78705C

Color information

#78705C (or 0x78705C) is unknown color: approx Pablo. HEX triplet: 78, 70 and 5C. RGB value is (120,112,92). Sum of RGB (Red+Green+Blue) = 120+112+92=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #78705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78705C is #878FA3. Grayscale: #707070. Windows color (decimal): -8884132 or 6058104. OLE color: 6058104.

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

Color convert

RGB12011292-
CMYK00.070.230.53
HSL42.86º13.21%41.57%-
HSV(B)42.86º23.33%47.06%-
XYZ15.4716.3512.47-
YUV112.11116.65133.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=37.04%
G=34.57%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201129200.070.230.5342.8613.2141.57
Hex78705C0717352bd2a
Octal170160134072765531552
Binary1111000111000010111000111101111101011010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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