Html Css Color HEX #77879C Light Slate Grey

📋 copy color: '#77879C'

red 119 ◦ green 135 ◦ blue 156

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

Shades of Light Slate Grey #77879C

Tints of Light Slate Grey #77879C

RGB

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

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

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

R = 29.02%
G = 32.93%
B = 38.05%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77879C (or 0x77879C) is known color: Light Slate Grey. HEX triplet: 77, 87 and 9C. RGB value is (119,135,156). Sum of RGB (Red+Green+Blue) = 119+135+156=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #77879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77879C is #887863. Grayscale: #848484. Windows color (decimal): -8943716 or 10258295. OLE color: 10258295.

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

Color convert

RGB 119 135 156 -
CMYK 0.24 0.13 0 0.39
HSL 214.05º 0.16% 0.54% -
HSV(B) 214.05º 0.24% 0.61% -
XYZ 22.27 23.65 34.84 -
YUV 132.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 119 135 156 0.24 0.13 0 0.39 214.05 0.16 0.54
Hex 77 87 9C 18 D 0 27 D6 10 36
Octal 167 207 234 30 15 0 47 326 20 66
Binary 1110111 10000111 10011100 11000 1101 0 100111 11010110 10000 110110

Color Harmonies of #77879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77879C

Black with #77879C

Text Example


Text Example

White with #77879C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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