Html Css Color HEX #778198 Light Slate Grey

📋 copy color: '#778198'

red 119 ◦ green 129 ◦ blue 152

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

Shades of Light Slate Grey #778198

Tints of Light Slate Grey #778198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 29.75%
G = 32.25%
B = 38%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#778198 (or 0x778198) is known color: Light Slate Grey. HEX triplet: 77, 81 and 98. RGB value is (119,129,152). Sum of RGB (Red+Green+Blue) = 119+129+152=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #778198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778198 is #887E67. Grayscale: #808080. Windows color (decimal): -8945256 or 9994615. OLE color: 9994615.

HSL color Cylindrical-coordinate representation of color #778198: hue angle of 221.82º 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 #778198 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 129 152 -
CMYK 0.22 0.15 0 0.40
HSL 221.82º 0.14% 0.53% -
HSV(B) 221.82º 0.22% 0.6% -
XYZ 21.13 21.89 32.82 -
YUV 128.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 119 129 152 0.22 0.15 0 0.40 221.82 0.14 0.53
Hex 77 81 98 16 F 0 28 DE E 35
Octal 167 201 230 26 17 0 50 336 16 65
Binary 1110111 10000001 10011000 10110 1111 0 101000 11011110 1110 110101

Color Harmonies of #778198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778198

Black with #778198

Text Example


Text Example

White with #778198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778198; }

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

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

background-color css

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

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

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

border-color css

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

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

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