Html Css Color HEX #77869E Light Slate Grey

📋 copy color: '#77869E'

red 119 ◦ green 134 ◦ blue 158

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

Shades of Light Slate Grey #77869E

Tints of Light Slate Grey #77869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.6%

 BLUE value IS 158 (62.11% from 255) = 38.44%

R = 28.95%
G = 32.6%
B = 38.44%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77869E (or 0x77869E) is known color: Light Slate Grey. HEX triplet: 77, 86 and 9E. RGB value is (119,134,158). Sum of RGB (Red+Green+Blue) = 119+134+158=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #77869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77869E is #887961. Grayscale: #848484. Windows color (decimal): -8943970 or 10389111. OLE color: 10389111.

HSL color Cylindrical-coordinate representation of color #77869E: hue angle of 216.92º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77869E is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 134 158 -
CMYK 0.25 0.15 0 0.38
HSL 216.92º 0.17% 0.54% -
HSV(B) 216.92º 0.25% 0.62% -
XYZ 22.3 23.44 35.7 -
YUV 132.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 119 134 158 0.25 0.15 0 0.38 216.92 0.17 0.54
Hex 77 86 9E 19 F 0 26 D9 11 36
Octal 167 206 236 31 17 0 46 331 21 66
Binary 1110111 10000110 10011110 11001 1111 0 100110 11011001 10001 110110

Color Harmonies of #77869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77869E

Black with #77869E

Text Example


Text Example

White with #77869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77869E; }

 p { color: rgb(119,134,158); }

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

background-color css

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

 a { background-color: rgb(119,134,158); }

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

border-color css

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

 span { border-color: rgb(119,134,158); }

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