Html Css Color HEX #778495 Light Slate Grey

📋 copy color: '#778495'

red 119 ◦ green 132 ◦ blue 149

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

Shades of Light Slate Grey #778495

Tints of Light Slate Grey #778495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33%

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

R = 29.75%
G = 33%
B = 37.25%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#778495 (or 0x778495) is known color: Light Slate Grey. HEX triplet: 77, 84 and 95. RGB value is (119,132,149). Sum of RGB (Red+Green+Blue) = 119+132+149=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #778495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778495 is #887B6A. Grayscale: #818181. Windows color (decimal): -8944491 or 9798775. OLE color: 9798775.

HSL color Cylindrical-coordinate representation of color #778495: hue angle of 214º 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 #778495 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 132 149 -
CMYK 0.20 0.11 0 0.42
HSL 214º 0.12% 0.53% -
HSV(B) 214º 0.2% 0.58% -
XYZ 21.28 22.59 31.67 -
YUV 130.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 119 132 149 0.20 0.11 0 0.42 214 0.12 0.53
Hex 77 84 95 14 B 0 2A D6 C 35
Octal 167 204 225 24 13 0 52 326 14 65
Binary 1110111 10000100 10010101 10100 1011 0 101010 11010110 1100 110101

Color Harmonies of #778495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778495

Black with #778495

Text Example


Text Example

White with #778495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778495; }

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

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

background-color css

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

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

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

border-color css

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

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

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