Html Css Color HEX #778395 Light Slate Grey

📋 copy color: '#778395'

red 119 ◦ green 131 ◦ blue 149

#778395
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #778395

Tints of Light Slate Grey #778395

RGB

 RED value IS 119 (46.88% from 255) = 29.82%

 GREEN value IS 131 (51.56% from 255) = 32.83%

 BLUE value IS 149 (58.59% from 255) = 37.34%

R = 29.82%
G = 32.83%
B = 37.34%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#778395 (or 0x778395) is known color: Light Slate Grey. HEX triplet: 77, 83 and 95. RGB value is (119,131,149). Sum of RGB (Red+Green+Blue) = 119+131+149=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #778395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778395 is #887C6A. Grayscale: #818181. Windows color (decimal): -8944747 or 9798519. OLE color: 9798519.

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

Color convert

RGB 119 131 149 -
CMYK 0.20 0.12 0 0.42
HSL 216º 0.12% 0.53% -
HSV(B) 216º 0.2% 0.58% -
XYZ 21.15 22.32 31.63 -
YUV 129.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 119 131 149 0.20 0.12 0 0.42 216 0.12 0.53
Hex 77 83 95 14 C 0 2A D8 C 35
Octal 167 203 225 24 14 0 52 330 14 65
Binary 1110111 10000011 10010101 10100 1100 0 101010 11011000 1100 110101

Color Harmonies of #778395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778395

Black with #778395

Text Example


Text Example

White with #778395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778395; }

 p { color: rgb(119,131,149); }

 H1.HeaderClassName
 {
   color: #778395;
 }
 .AnyTagClassName
 {
   color: #778395;
 }
</style>

background-color css

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

 a { background-color: rgb(119,131,149); }

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

border-color css

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

 span { border-color: rgb(119,131,149); }

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