#788999

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

Shades of Light Slate Grey #788999

Tints of Light Slate Grey #788999

Color information

#788999 (or 0x788999) is unknown color: approx Light Slate Grey. HEX triplet: 78, 89 and 99. RGB value is (120,137,153). Sum of RGB (Red+Green+Blue) = 120+137+153=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 153 - color contains mainly: blue. Hex color #788999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788999 is #877666. Grayscale: #858585. Windows color (decimal): -8877671 or 10062200. OLE color: 10062200.

HSL color Cylindrical-coordinate representation of color #788999: hue angle of 209.09º 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 #788999 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB120137153-
CMYK0.220.1000.4
HSL209.09º13.92%53.53%-
HSV(B)209.09º21.57%60%-
XYZ22.4424.1833.62-
YUV133.74138.87118.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.27%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=29.27%
G=33.41%
B=37.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201371530.220.1000.4209.0913.9253.53
Hex78899916A028d1e36
Octal17021123126120503211666
Binary111100010001001100110011011010100101000110100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788999; }

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

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

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

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

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

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

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

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