Html Css Color HEX #778398 Light Slate Grey

📋 copy color: '#778398'

red 119 ◦ green 131 ◦ blue 152

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

Shades of Light Slate Grey #778398

Tints of Light Slate Grey #778398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 29.6%
G = 32.59%
B = 37.81%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#778398 (or 0x778398) is known color: Light Slate Grey. HEX triplet: 77, 83 and 98. RGB value is (119,131,152). Sum of RGB (Red+Green+Blue) = 119+131+152=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #778398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778398 is #887C67. Grayscale: #818181. Windows color (decimal): -8944744 or 9995127. OLE color: 9995127.

HSL color Cylindrical-coordinate representation of color #778398: hue angle of 218.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #778398 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 131 152 -
CMYK 0.22 0.14 0 0.40
HSL 218.18º 0.14% 0.53% -
HSV(B) 218.18º 0.22% 0.6% -
XYZ 21.39 22.42 32.91 -
YUV 129.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 119 131 152 0.22 0.14 0 0.40 218.18 0.14 0.53
Hex 77 83 98 16 E 0 28 DA E 35
Octal 167 203 230 26 16 0 50 332 16 65
Binary 1110111 10000011 10011000 10110 1110 0 101000 11011010 1110 110101

Color Harmonies of #778398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778398

Black with #778398

Text Example


Text Example

White with #778398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778398; }

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

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

background-color css

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

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

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

border-color css

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

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

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