#78828D

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

Shades of Slate Grey #78828D

Tints of Slate Grey #78828D

Color information

#78828D (or 0x78828D) is unknown color: approx Slate Grey. HEX triplet: 78, 82 and 8D. RGB value is (120,130,141). Sum of RGB (Red+Green+Blue) = 120+130+141=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #78828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78828D is #877D72. Grayscale: #808080. Windows color (decimal): -8879475 or 9273976. OLE color: 9273976.

HSL color Cylindrical-coordinate representation of color #78828D: hue angle of 211.43º 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 #78828D is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120130141-
CMYK0.150.0800.45
HSL211.43º8.43%51.18%-
HSV(B)211.43º14.89%55.29%-
XYZ20.5421.8828.34-
YUV128.26135.19122.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=30.69%
G=33.25%
B=36.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201301410.150.0800.45211.438.4351.18
Hex78828DF802Dd3833
Octal17020221517100553231063
Binary11110001000001010001101111110000101101110100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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