Html Css Color HEX #778297 Light Slate Grey

📋 copy color: '#778297'

red 119 ◦ green 130 ◦ blue 151

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

Shades of Light Slate Grey #778297

Tints of Light Slate Grey #778297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

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

R = 29.75%
G = 32.5%
B = 37.75%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#778297 (or 0x778297) is known color: Light Slate Grey. HEX triplet: 77, 82 and 97. RGB value is (119,130,151). Sum of RGB (Red+Green+Blue) = 119+130+151=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 151 - color contains mainly: blue. Hex color #778297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778297 is #887D68. Grayscale: #818181. Windows color (decimal): -8945001 or 9929335. OLE color: 9929335.

HSL color Cylindrical-coordinate representation of color #778297: hue angle of 219.38º 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 #778297 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 130 151 -
CMYK 0.21 0.14 0 0.41
HSL 219.38º 0.13% 0.53% -
HSV(B) 219.38º 0.21% 0.59% -
XYZ 21.18 22.12 32.43 -
YUV 129.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 119 130 151 0.21 0.14 0 0.41 219.38 0.13 0.53
Hex 77 82 97 15 E 0 29 DB D 35
Octal 167 202 227 25 16 0 51 333 15 65
Binary 1110111 10000010 10010111 10101 1110 0 101001 11011011 1101 110101

Color Harmonies of #778297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778297

Black with #778297

Text Example


Text Example

White with #778297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778297; }

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

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

background-color css

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

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

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

border-color css

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

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

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