#788599

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

Shades of Light Slate Grey #788599

Tints of Light Slate Grey #788599

Color information

#788599 (or 0x788599) is unknown color: approx Light Slate Grey. HEX triplet: 78, 85 and 99. RGB value is (120,133,153). Sum of RGB (Red+Green+Blue) = 120+133+153=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #788599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788599 is #877A66. Grayscale: #838383. Windows color (decimal): -8878695 or 10061176. OLE color: 10061176.

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

Color convert

RGB120133153-
CMYK0.220.1300.4
HSL216.36º13.92%53.53%-
HSV(B)216.36º21.57%60%-
XYZ21.8823.0733.44-
YUV131.39140.19119.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.56%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=29.56%
G=32.76%
B=37.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201331530.220.1300.4216.3613.9253.53
Hex78859916D028d8e36
Octal17020523126150503301666
Binary111100010000101100110011011011010101000110110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788599; }

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

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

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

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

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

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

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

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