#78818E

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

Shades of Slate Grey #78818E

Tints of Slate Grey #78818E

Color information

#78818E (or 0x78818E) is unknown color: approx Slate Grey. HEX triplet: 78, 81 and 8E. RGB value is (120,129,142). Sum of RGB (Red+Green+Blue) = 120+129+142=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 142 - color contains mainly: blue. Hex color #78818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78818E is #877E71. Grayscale: #7F7F7F. Windows color (decimal): -8879730 or 9339256. OLE color: 9339256.

HSL color Cylindrical-coordinate representation of color #78818E: hue angle of 215.45º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78818E is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB120129142-
CMYK0.150.0900.44
HSL215.45º8.87%51.37%-
HSV(B)215.45º15.49%55.69%-
XYZ20.4821.6528.69-
YUV127.79136.02122.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=30.69%
G=32.99%
B=36.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201291420.150.0900.44215.458.8751.37
Hex78818EF902Cd7933
Octal17020121617110543271163
Binary11110001000000110001110111110010101100110101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78818E; }

 p { color: rgb(120,129,142); }

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

<style>
 a { background-color: #78818E; }

 a { background-color: rgb(120,129,142); }

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

<style>
 span { border-color: #78818E; }

 span { border-color: rgb(120,129,142); }

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