#78828F

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

Shades of Slate Grey #78828F

Tints of Slate Grey #78828F

Color information

#78828F (or 0x78828F) is unknown color: approx Slate Grey. HEX triplet: 78, 82 and 8F. RGB value is (120,130,143). Sum of RGB (Red+Green+Blue) = 120+130+143=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 143 - color contains mainly: blue. Hex color #78828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78828F is #877D70. Grayscale: #808080. Windows color (decimal): -8879473 or 9405048. OLE color: 9405048.

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

Color convert

RGB120130143-
CMYK0.160.0900.44
HSL213.91º9.31%51.57%-
HSV(B)213.91º16.08%56.08%-
XYZ20.6921.9429.13-
YUV128.49136.19121.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=30.53%
G=33.08%
B=36.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201301430.160.0900.44213.919.3151.57
Hex78828F10902Cd6934
Octal17020221720110543261164
Binary111100010000010100011111000010010101100110101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,130,143); }

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

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

 a { background-color: rgb(120,130,143); }

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

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

 span { border-color: rgb(120,130,143); }

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