Html Css Color HEX #777F8B Slate Grey

📋 copy color: '#777F8B'

red 119 ◦ green 127 ◦ blue 139

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

Shades of Slate Grey #777F8B

Tints of Slate Grey #777F8B

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 30.91%
G = 32.99%
B = 36.1%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#777F8B (or 0x777F8B) is known color: Slate Grey. HEX triplet: 77, 7F and 8B. RGB value is (119,127,139). Sum of RGB (Red+Green+Blue) = 119+127+139=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #777F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F8B is #888074. Grayscale: #7D7D7D. Windows color (decimal): -8945781 or 9142135. OLE color: 9142135.

HSL color Cylindrical-coordinate representation of color #777F8B: hue angle of 216º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #777F8B is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 127 139 -
CMYK 0.14 0.09 0 0.45
HSL 216º 0.08% 0.51% -
HSV(B) 216º 0.14% 0.55% -
XYZ 19.86 20.96 27.43 -
YUV 125.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 119 127 139 0.14 0.09 0 0.45 216 0.08 0.51
Hex 77 7F 8B E 9 0 2D D8 8 33
Octal 167 177 213 16 11 0 55 330 10 63
Binary 1110111 1111111 10001011 1110 1001 0 101101 11011000 1000 110011

Color Harmonies of #777F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F8B

Black with #777F8B

Text Example


Text Example

White with #777F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777F8B; }

 p { color: rgb(119,127,139); }

 H1.HeaderClassName
 {
   color: #777F8B;
 }
 .AnyTagClassName
 {
   color: #777F8B;
 }
</style>

background-color css

<style>
 a { background-color: #777F8B; }

 a { background-color: rgb(119,127,139); }

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

border-color css

<style>
 span { border-color: #777F8B; }

 span { border-color: rgb(119,127,139); }

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