Html Css Color HEX #778798 Light Slate Grey

📋 copy color: '#778798'

red 119 ◦ green 135 ◦ blue 152

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

Shades of Light Slate Grey #778798

Tints of Light Slate Grey #778798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.25%

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

R = 29.31%
G = 33.25%
B = 37.44%

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

#778798 (or 0x778798) is known color: Light Slate Grey. HEX triplet: 77, 87 and 98. RGB value is (119,135,152). Sum of RGB (Red+Green+Blue) = 119+135+152=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #778798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778798 is #887867. Grayscale: #848484. Windows color (decimal): -8943720 or 9996151. OLE color: 9996151.

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

Color convert

RGB 119 135 152 -
CMYK 0.22 0.11 0 0.40
HSL 210.91º 0.14% 0.53% -
HSV(B) 210.91º 0.22% 0.6% -
XYZ 21.94 23.52 33.09 -
YUV 132.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 119 135 152 0.22 0.11 0 0.40 210.91 0.14 0.53
Hex 77 87 98 16 B 0 28 D3 E 35
Octal 167 207 230 26 13 0 50 323 16 65
Binary 1110111 10000111 10011000 10110 1011 0 101000 11010011 1110 110101

Color Harmonies of #778798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778798

Black with #778798

Text Example


Text Example

White with #778798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778798; }

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

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

background-color css

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

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

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

border-color css

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

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

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