Html Css Color HEX #778598 Light Slate Grey

📋 copy color: '#778598'

red 119 ◦ green 133 ◦ blue 152

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

Shades of Light Slate Grey #778598

Tints of Light Slate Grey #778598

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

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

R = 29.46%
G = 32.92%
B = 37.62%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#778598 (or 0x778598) is known color: Light Slate Grey. HEX triplet: 77, 85 and 98. RGB value is (119,133,152). Sum of RGB (Red+Green+Blue) = 119+133+152=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #778598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778598 is #887A67. Grayscale: #828282. Windows color (decimal): -8944232 or 9995639. OLE color: 9995639.

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

Color convert

RGB 119 133 152 -
CMYK 0.22 0.13 0 0.40
HSL 214.55º 0.14% 0.53% -
HSV(B) 214.55º 0.22% 0.6% -
XYZ 21.66 22.96 33 -
YUV 130.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 119 133 152 0.22 0.13 0 0.40 214.55 0.14 0.53
Hex 77 85 98 16 D 0 28 D7 E 35
Octal 167 205 230 26 15 0 50 327 16 65
Binary 1110111 10000101 10011000 10110 1101 0 101000 11010111 1110 110101

Color Harmonies of #778598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778598

Black with #778598

Text Example


Text Example

White with #778598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778598; }

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

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

background-color css

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

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

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

border-color css

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

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

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