Html Css Color HEX #778698 Light Slate Grey

📋 copy color: '#778698'

red 119 ◦ green 134 ◦ blue 152

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

Shades of Light Slate Grey #778698

Tints of Light Slate Grey #778698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.09%

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

R = 29.38%
G = 33.09%
B = 37.53%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#778698 (or 0x778698) is known color: Light Slate Grey. HEX triplet: 77, 86 and 98. RGB value is (119,134,152). Sum of RGB (Red+Green+Blue) = 119+134+152=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #778698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778698 is #887967. Grayscale: #838383. Windows color (decimal): -8943976 or 9995895. OLE color: 9995895.

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

Color convert

RGB 119 134 152 -
CMYK 0.22 0.12 0 0.40
HSL 212.73º 0.14% 0.53% -
HSV(B) 212.73º 0.22% 0.6% -
XYZ 21.8 23.24 33.04 -
YUV 131.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 119 134 152 0.22 0.12 0 0.40 212.73 0.14 0.53
Hex 77 86 98 16 C 0 28 D5 E 35
Octal 167 206 230 26 14 0 50 325 16 65
Binary 1110111 10000110 10011000 10110 1100 0 101000 11010101 1110 110101

Color Harmonies of #778698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778698

Black with #778698

Text Example


Text Example

White with #778698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778698; }

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

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

background-color css

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

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

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

border-color css

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

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

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