Html Css Color HEX #77899C Light Slate Grey

📋 copy color: '#77899C'

red 119 ◦ green 137 ◦ blue 156

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

Shades of Light Slate Grey #77899C

Tints of Light Slate Grey #77899C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 28.88%
G = 33.25%
B = 37.86%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77899C (or 0x77899C) is known color: Light Slate Grey. HEX triplet: 77, 89 and 9C. RGB value is (119,137,156). Sum of RGB (Red+Green+Blue) = 119+137+156=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #77899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77899C is #887663. Grayscale: #858585. Windows color (decimal): -8943204 or 10258807. OLE color: 10258807.

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

Color convert

RGB 119 137 156 -
CMYK 0.24 0.12 0 0.39
HSL 210.81º 0.16% 0.54% -
HSV(B) 210.81º 0.24% 0.61% -
XYZ 22.55 24.21 34.94 -
YUV 133.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 119 137 156 0.24 0.12 0 0.39 210.81 0.16 0.54
Hex 77 89 9C 18 C 0 27 D3 10 36
Octal 167 211 234 30 14 0 47 323 20 66
Binary 1110111 10001001 10011100 11000 1100 0 100111 11010011 10000 110110

Color Harmonies of #77899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77899C

Black with #77899C

Text Example


Text Example

White with #77899C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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