#778694

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

Shades of Light Slate Grey #778694

Tints of Light Slate Grey #778694

Color information

#778694 (or 0x778694) is unknown color: approx Light Slate Grey. HEX triplet: 77, 86 and 94. RGB value is (119,134,148). Sum of RGB (Red+Green+Blue) = 119+134+148=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #778694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778694 is #88796B. Grayscale: #838383. Windows color (decimal): -8943980 or 9733751. OLE color: 9733751.

HSL color Cylindrical-coordinate representation of color #778694: hue angle of 208.97º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #778694 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119134148-
CMYK0.200.0900.42
HSL208.97º11.93%52.35%-
HSV(B)208.97º19.59%58.04%-
XYZ21.4823.1131.35-
YUV131.11137.53119.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=29.68%
G=33.42%
B=36.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191341480.200.0900.42208.9711.9352.35
Hex77869414902Ad1c34
Octal16720622424110523211464
Binary111011110000110100101001010010010101010110100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778694; }

 p { color: rgb(119,134,148); }

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

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

 a { background-color: rgb(119,134,148); }

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

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

 span { border-color: rgb(119,134,148); }

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