#78838D

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

Shades of Slate Grey #78838D

Tints of Slate Grey #78838D

Color information

#78838D (or 0x78838D) is unknown color: approx Slate Grey. HEX triplet: 78, 83 and 8D. RGB value is (120,131,141). Sum of RGB (Red+Green+Blue) = 120+131+141=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #78838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78838D is #877C72. Grayscale: #808080. Windows color (decimal): -8879219 or 9274232. OLE color: 9274232.

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

Color convert

RGB120131141-
CMYK0.150.0700.45
HSL208.57º8.43%51.18%-
HSV(B)208.57º14.89%55.29%-
XYZ20.6722.1528.39-
YUV128.85134.86121.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=30.61%
G=33.42%
B=35.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201311410.150.0700.45208.578.4351.18
Hex78838DF702Dd1833
Octal1702032151770553211063
Binary1111000100000111000110111111110101101110100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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