Html Css Color HEX #778898 Light Slate Grey

📋 copy color: '#778898'

red 119 ◦ green 136 ◦ blue 152

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

Shades of Light Slate Grey #778898

Tints of Light Slate Grey #778898

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

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

R = 29.24%
G = 33.42%
B = 37.35%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#778898 (or 0x778898) is known color: Light Slate Grey. HEX triplet: 77, 88 and 98. RGB value is (119,136,152). Sum of RGB (Red+Green+Blue) = 119+136+152=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #778898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778898 is #887767. Grayscale: #848484. Windows color (decimal): -8943464 or 9996407. OLE color: 9996407.

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

Color convert

RGB 119 136 152 -
CMYK 0.22 0.11 0 0.40
HSL 209.09º 0.14% 0.53% -
HSV(B) 209.09º 0.22% 0.6% -
XYZ 22.08 23.8 33.14 -
YUV 132.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 119 136 152 0.22 0.11 0 0.40 209.09 0.14 0.53
Hex 77 88 98 16 B 0 28 D1 E 35
Octal 167 210 230 26 13 0 50 321 16 65
Binary 1110111 10001000 10011000 10110 1011 0 101000 11010001 1110 110101

Color Harmonies of #778898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778898

Black with #778898

Text Example


Text Example

White with #778898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778898; }

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

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

background-color css

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

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

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

border-color css

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

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

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