Html Css Color HEX #77818E Slate Grey

📋 copy color: '#77818E'

red 119 ◦ green 129 ◦ blue 142

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

Shades of Slate Grey #77818E

Tints of Slate Grey #77818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.08%

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 30.51%
G = 33.08%
B = 36.41%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77818E (or 0x77818E) is known color: Slate Grey. HEX triplet: 77, 81 and 8E. RGB value is (119,129,142). Sum of RGB (Red+Green+Blue) = 119+129+142=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #77818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77818E is #887E71. Grayscale: #7F7F7F. Windows color (decimal): -8945266 or 9339255. OLE color: 9339255.

HSL color Cylindrical-coordinate representation of color #77818E: hue angle of 213.91º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77818E is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 129 142 -
CMYK 0.16 0.09 0 0.44
HSL 213.91º 0.09% 0.51% -
HSV(B) 213.91º 0.16% 0.56% -
XYZ 20.34 21.58 28.68 -
YUV 127.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 119 129 142 0.16 0.09 0 0.44 213.91 0.09 0.51
Hex 77 81 8E 10 9 0 2C D6 9 33
Octal 167 201 216 20 11 0 54 326 11 63
Binary 1110111 10000001 10001110 10000 1001 0 101100 11010110 1001 110011

Color Harmonies of #77818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77818E

Black with #77818E

Text Example


Text Example

White with #77818E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,129,142); }

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

background-color css

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

 a { background-color: rgb(119,129,142); }

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

border-color css

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

 span { border-color: rgb(119,129,142); }

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