Html Css Color HEX #77828E Slate Grey

📋 copy color: '#77828E'

red 119 ◦ green 130 ◦ blue 142

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

Shades of Slate Grey #77828E

Tints of Slate Grey #77828E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

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

R = 30.43%
G = 33.25%
B = 36.32%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77828E (or 0x77828E) is known color: Slate Grey. HEX triplet: 77, 82 and 8E. RGB value is (119,130,142). Sum of RGB (Red+Green+Blue) = 119+130+142=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 142 - color contains mainly: blue. Hex color #77828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77828E is #887D71. Grayscale: #808080. Windows color (decimal): -8945010 or 9339511. OLE color: 9339511.

HSL color Cylindrical-coordinate representation of color #77828E: hue angle of 211.3º 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 #77828E is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 130 142 -
CMYK 0.16 0.08 0 0.44
HSL 211.3º 0.09% 0.51% -
HSV(B) 211.3º 0.16% 0.56% -
XYZ 20.47 21.84 28.73 -
YUV 128.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 119 130 142 0.16 0.08 0 0.44 211.3 0.09 0.51
Hex 77 82 8E 10 8 0 2C D3 9 33
Octal 167 202 216 20 10 0 54 323 11 63
Binary 1110111 10000010 10001110 10000 1000 0 101100 11010011 1001 110011

Color Harmonies of #77828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77828E

Black with #77828E

Text Example


Text Example

White with #77828E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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