Html Css Color HEX #778497 Light Slate Grey

📋 copy color: '#778497'

red 119 ◦ green 132 ◦ blue 151

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

Shades of Light Slate Grey #778497

Tints of Light Slate Grey #778497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.56%

R = 29.6%
G = 32.84%
B = 37.56%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#778497 (or 0x778497) is known color: Light Slate Grey. HEX triplet: 77, 84 and 97. RGB value is (119,132,151). Sum of RGB (Red+Green+Blue) = 119+132+151=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 151 - color contains mainly: blue. Hex color #778497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778497 is #887B68. Grayscale: #828282. Windows color (decimal): -8944489 or 9929847. OLE color: 9929847.

HSL color Cylindrical-coordinate representation of color #778497: hue angle of 215.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #778497 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 132 151 -
CMYK 0.21 0.13 0 0.41
HSL 215.63º 0.13% 0.53% -
HSV(B) 215.63º 0.21% 0.59% -
XYZ 21.44 22.66 32.52 -
YUV 130.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 119 132 151 0.21 0.13 0 0.41 215.63 0.13 0.53
Hex 77 84 97 15 D 0 29 D8 D 35
Octal 167 204 227 25 15 0 51 330 15 65
Binary 1110111 10000100 10010111 10101 1101 0 101001 11011000 1101 110101

Color Harmonies of #778497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778497

Black with #778497

Text Example


Text Example

White with #778497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778497; }

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

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

background-color css

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

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

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

border-color css

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

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

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