Html Css Color HEX #77828F Slate Grey

📋 copy color: '#77828F'

red 119 ◦ green 130 ◦ blue 143

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

Shades of Slate Grey #77828F

Tints of Slate Grey #77828F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 30.36%
G = 33.16%
B = 36.48%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77828F (or 0x77828F) is known color: Slate Grey. HEX triplet: 77, 82 and 8F. RGB value is (119,130,143). Sum of RGB (Red+Green+Blue) = 119+130+143=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 143 - color contains mainly: blue. Hex color #77828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77828F is #887D70. Grayscale: #808080. Windows color (decimal): -8945009 or 9405047. OLE color: 9405047.

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

Color convert

RGB 119 130 143 -
CMYK 0.17 0.09 0 0.44
HSL 212.5º 0.1% 0.51% -
HSV(B) 212.5º 0.17% 0.56% -
XYZ 20.55 21.87 29.12 -
YUV 128.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 119 130 143 0.17 0.09 0 0.44 212.5 0.1 0.51
Hex 77 82 8F 11 9 0 2C D4 A 33
Octal 167 202 217 21 11 0 54 324 12 63
Binary 1110111 10000010 10001111 10001 1001 0 101100 11010100 1010 110011

Color Harmonies of #77828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77828F

Black with #77828F

Text Example


Text Example

White with #77828F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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