Html Css Color HEX #778B9E Light Slate Grey

📋 copy color: '#778B9E'

red 119 ◦ green 139 ◦ blue 158

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

Shades of Light Slate Grey #778B9E

Tints of Light Slate Grey #778B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.98%

R = 28.61%
G = 33.41%
B = 37.98%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#778B9E (or 0x778B9E) is known color: Light Slate Grey. HEX triplet: 77, 8B and 9E. RGB value is (119,139,158). Sum of RGB (Red+Green+Blue) = 119+139+158=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #778B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B9E is #887461. Grayscale: #878787. Windows color (decimal): -8942690 or 10390391. OLE color: 10390391.

HSL color Cylindrical-coordinate representation of color #778B9E: hue angle of 209.23º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #778B9E is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 139 158 -
CMYK 0.25 0.12 0 0.38
HSL 209.23º 0.17% 0.54% -
HSV(B) 209.23º 0.25% 0.62% -
XYZ 23.01 24.86 35.93 -
YUV 135.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 119 139 158 0.25 0.12 0 0.38 209.23 0.17 0.54
Hex 77 8B 9E 19 C 0 26 D1 11 36
Octal 167 213 236 31 14 0 46 321 21 66
Binary 1110111 10001011 10011110 11001 1100 0 100110 11010001 10001 110110

Color Harmonies of #778B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778B9E

Black with #778B9E

Text Example


Text Example

White with #778B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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