Html Css Color HEX #77899D Light Slate Grey

📋 copy color: '#77899D'

red 119 ◦ green 137 ◦ blue 157

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

Shades of Light Slate Grey #77899D

Tints of Light Slate Grey #77899D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 28.81%
G = 33.17%
B = 38.01%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77899D (or 0x77899D) is known color: Light Slate Grey. HEX triplet: 77, 89 and 9D. RGB value is (119,137,157). Sum of RGB (Red+Green+Blue) = 119+137+157=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #77899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77899D is #887662. Grayscale: #858585. Windows color (decimal): -8943203 or 10324343. OLE color: 10324343.

HSL color Cylindrical-coordinate representation of color #77899D: hue angle of 211.58º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77899D is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 137 157 -
CMYK 0.24 0.13 0 0.38
HSL 211.58º 0.16% 0.54% -
HSV(B) 211.58º 0.24% 0.62% -
XYZ 22.64 24.25 35.39 -
YUV 133.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 119 137 157 0.24 0.13 0 0.38 211.58 0.16 0.54
Hex 77 89 9D 18 D 0 26 D4 10 36
Octal 167 211 235 30 15 0 46 324 20 66
Binary 1110111 10001001 10011101 11000 1101 0 100110 11010100 10000 110110

Color Harmonies of #77899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77899D

Black with #77899D

Text Example


Text Example

White with #77899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77899D; }

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

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

background-color css

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

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

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

border-color css

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

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

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