#788C99

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

Shades of Light Slate Grey #788C99

Tints of Light Slate Grey #788C99

Color information

#788C99 (or 0x788C99) is unknown color: approx Light Slate Grey. HEX triplet: 78, 8C and 99. RGB value is (120,140,153). Sum of RGB (Red+Green+Blue) = 120+140+153=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #788C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C99 is #877366. Grayscale: #878787. Windows color (decimal): -8876903 or 10062968. OLE color: 10062968.

HSL color Cylindrical-coordinate representation of color #788C99: hue angle of 203.64º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #788C99 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB120140153-
CMYK0.220.0800.4
HSL203.64º13.92%53.53%-
HSV(B)203.64º21.57%60%-
XYZ22.8725.0533.77-
YUV135.5137.87116.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.06%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=29.06%
G=33.90%
B=37.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201401530.220.0800.4203.6413.9253.53
Hex788C99168028cce36
Octal17021423126100503141666
Binary111100010001100100110011011010000101000110011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788C99; }

 p { color: rgb(120,140,153); }

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

<style>
 a { background-color: #788C99; }

 a { background-color: rgb(120,140,153); }

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

<style>
 span { border-color: #788C99; }

 span { border-color: rgb(120,140,153); }

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