Html Css Color HEX #778B9C Light Slate Grey

📋 copy color: '#778B9C'

red 119 ◦ green 139 ◦ blue 156

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

Shades of Light Slate Grey #778B9C

Tints of Light Slate Grey #778B9C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.57%

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 28.74%
G = 33.57%
B = 37.68%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#778B9C (or 0x778B9C) is known color: Light Slate Grey. HEX triplet: 77, 8B and 9C. RGB value is (119,139,156). Sum of RGB (Red+Green+Blue) = 119+139+156=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #778B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B9C is #887463. Grayscale: #868686. Windows color (decimal): -8942692 or 10259319. OLE color: 10259319.

HSL color Cylindrical-coordinate representation of color #778B9C: hue angle of 207.57º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #778B9C is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 139 156 -
CMYK 0.24 0.11 0 0.39
HSL 207.57º 0.16% 0.54% -
HSV(B) 207.57º 0.24% 0.61% -
XYZ 22.84 24.79 35.03 -
YUV 134.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 119 139 156 0.24 0.11 0 0.39 207.57 0.16 0.54
Hex 77 8B 9C 18 B 0 27 D0 10 36
Octal 167 213 234 30 13 0 47 320 20 66
Binary 1110111 10001011 10011100 11000 1011 0 100111 11010000 10000 110110

Color Harmonies of #778B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778B9C

Black with #778B9C

Text Example


Text Example

White with #778B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778B9C; }

 p { color: rgb(119,139,156); }

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

background-color css

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

 a { background-color: rgb(119,139,156); }

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

border-color css

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

 span { border-color: rgb(119,139,156); }

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