Html Css Color HEX #77818A Slate Grey

📋 copy color: '#77818A'

red 119 ◦ green 129 ◦ blue 138

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

Shades of Slate Grey #77818A

Tints of Slate Grey #77818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 30.83%
G = 33.42%
B = 35.75%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#77818A (or 0x77818A) is known color: Slate Grey. HEX triplet: 77, 81 and 8A. RGB value is (119,129,138). Sum of RGB (Red+Green+Blue) = 119+129+138=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #77818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77818A is #887E75. Grayscale: #7E7E7E. Windows color (decimal): -8945270 or 9077111. OLE color: 9077111.

HSL color Cylindrical-coordinate representation of color #77818A: hue angle of 208.42º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #77818A is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 129 138 -
CMYK 0.14 0.07 0 0.46
HSL 208.42º 0.08% 0.5% -
HSV(B) 208.42º 0.14% 0.54% -
XYZ 20.05 21.46 27.13 -
YUV 127.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 119 129 138 0.14 0.07 0 0.46 208.42 0.08 0.5
Hex 77 81 8A E 7 0 2E D0 8 32
Octal 167 201 212 16 7 0 56 320 10 62
Binary 1110111 10000001 10001010 1110 111 0 101110 11010000 1000 110010

Color Harmonies of #77818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77818A

Black with #77818A

Text Example


Text Example

White with #77818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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