Html Css Color HEX #77889B Light Slate Grey

📋 copy color: '#77889B'

red 119 ◦ green 136 ◦ blue 155

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

Shades of Light Slate Grey #77889B

Tints of Light Slate Grey #77889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.17%

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 29.02%
G = 33.17%
B = 37.8%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77889B (or 0x77889B) is known color: Light Slate Grey. HEX triplet: 77, 88 and 9B. RGB value is (119,136,155). Sum of RGB (Red+Green+Blue) = 119+136+155=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #77889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77889B is #887764. Grayscale: #848484. Windows color (decimal): -8943461 or 10193015. OLE color: 10193015.

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

Color convert

RGB 119 136 155 -
CMYK 0.23 0.12 0 0.39
HSL 211.67º 0.15% 0.54% -
HSV(B) 211.67º 0.23% 0.61% -
XYZ 22.33 23.9 34.45 -
YUV 133.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 119 136 155 0.23 0.12 0 0.39 211.67 0.15 0.54
Hex 77 88 9B 17 C 0 27 D4 F 36
Octal 167 210 233 27 14 0 47 324 17 66
Binary 1110111 10001000 10011011 10111 1100 0 100111 11010100 1111 110110

Color Harmonies of #77889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77889B

Black with #77889B

Text Example


Text Example

White with #77889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77889B; }

 p { color: rgb(119,136,155); }

 H1.HeaderClassName
 {
   color: #77889B;
 }
 .AnyTagClassName
 {
   color: #77889B;
 }
</style>

background-color css

<style>
 a { background-color: #77889B; }

 a { background-color: rgb(119,136,155); }

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

border-color css

<style>
 span { border-color: #77889B; }

 span { border-color: rgb(119,136,155); }

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