Html Css Color HEX #778999 Light Slate Grey

📋 copy color: '#778999'

red 119 ◦ green 137 ◦ blue 153

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

Shades of Light Slate Grey #778999

Tints of Light Slate Grey #778999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.5%

 BLUE value IS 153 (60.16% from 255) = 37.41%

R = 29.1%
G = 33.5%
B = 37.41%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#778999 (or 0x778999) is known color: Light Slate Grey. HEX triplet: 77, 89 and 99. RGB value is (119,137,153). Sum of RGB (Red+Green+Blue) = 119+137+153=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #778999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778999 is #887666. Grayscale: #858585. Windows color (decimal): -8943207 or 10062199. OLE color: 10062199.

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

Color convert

RGB 119 137 153 -
CMYK 0.22 0.10 0 0.4
HSL 208.24º 0.14% 0.53% -
HSV(B) 208.24º 0.22% 0.6% -
XYZ 22.3 24.11 33.62 -
YUV 133.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 119 137 153 0.22 0.10 0 0.4 208.24 0.14 0.53
Hex 77 89 99 16 A 0 28 D0 E 35
Octal 167 211 231 26 12 0 50 320 16 65
Binary 1110111 10001001 10011001 10110 1010 0 101000 11010000 1110 110101

Color Harmonies of #778999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778999

Black with #778999

Text Example


Text Example

White with #778999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778999; }

 p { color: rgb(119,137,153); }

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

background-color css

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

 a { background-color: rgb(119,137,153); }

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

border-color css

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

 span { border-color: rgb(119,137,153); }

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