#78808B

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

Shades of Slate Grey #78808B

Tints of Slate Grey #78808B

Color information

#78808B (or 0x78808B) is unknown color: approx Slate Grey. HEX triplet: 78, 80 and 8B. RGB value is (120,128,139). Sum of RGB (Red+Green+Blue) = 120+128+139=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #78808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78808B is #877F74. Grayscale: #7E7E7E. Windows color (decimal): -8879989 or 9142392. OLE color: 9142392.

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

Color convert

RGB120128139-
CMYK0.140.0800.45
HSL214.74º7.57%50.78%-
HSV(B)214.74º13.67%54.51%-
XYZ20.1321.327.48-
YUV126.86134.85123.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=31.01%
G=33.07%
B=35.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201281390.140.0800.45214.747.5750.78
Hex78808BE802Dd7833
Octal17020021316100553271063
Binary11110001000000010001011111010000101101110101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78808B; }

 p { color: rgb(120,128,139); }

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

<style>
 a { background-color: #78808B; }

 a { background-color: rgb(120,128,139); }

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

<style>
 span { border-color: #78808B; }

 span { border-color: rgb(120,128,139); }

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