Html Css Color HEX #77879D Light Slate Grey

📋 copy color: '#77879D'

red 119 ◦ green 135 ◦ blue 157

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

Shades of Light Slate Grey #77879D

Tints of Light Slate Grey #77879D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.85%

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

R = 28.95%
G = 32.85%
B = 38.2%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77879D (or 0x77879D) is known color: Light Slate Grey. HEX triplet: 77, 87 and 9D. RGB value is (119,135,157). Sum of RGB (Red+Green+Blue) = 119+135+157=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #77879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77879D is #887862. Grayscale: #848484. Windows color (decimal): -8943715 or 10323831. OLE color: 10323831.

HSL color Cylindrical-coordinate representation of color #77879D: hue angle of 214.74º 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 #77879D is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 135 157 -
CMYK 0.24 0.14 0 0.38
HSL 214.74º 0.16% 0.54% -
HSV(B) 214.74º 0.24% 0.62% -
XYZ 22.36 23.68 35.29 -
YUV 132.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 119 135 157 0.24 0.14 0 0.38 214.74 0.16 0.54
Hex 77 87 9D 18 E 0 26 D7 10 36
Octal 167 207 235 30 16 0 46 327 20 66
Binary 1110111 10000111 10011101 11000 1110 0 100110 11010111 10000 110110

Color Harmonies of #77879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77879D

Black with #77879D

Text Example


Text Example

White with #77879D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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