#78848D

Color #78848D Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #78848D

Tints of Slate Grey #78848D

Color information

#78848D (or 0x78848D) is unknown color: approx Slate Grey. HEX triplet: 78, 84 and 8D. RGB value is (120,132,141). Sum of RGB (Red+Green+Blue) = 120+132+141=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #78848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78848D is #877B72. Grayscale: #818181. Windows color (decimal): -8878963 or 9274488. OLE color: 9274488.

HSL color Cylindrical-coordinate representation of color #78848D: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78848D is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120132141-
CMYK0.150.0600.45
HSL205.71º8.43%51.18%-
HSV(B)205.71º14.89%55.29%-
XYZ20.822.4228.43-
YUV129.44134.52121.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=30.53%
G=33.59%
B=35.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201321410.150.0600.45205.718.4351.18
Hex78848DF602Dce833
Octal1702042151760553161063
Binary1111000100001001000110111111100101101110011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78848D; }

 p { color: rgb(120,132,141); }

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

<style>
 a { background-color: #78848D; }

 a { background-color: rgb(120,132,141); }

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

<style>
 span { border-color: #78848D; }

 span { border-color: rgb(120,132,141); }

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