Html Css Color HEX #77828A Slate Grey

📋 copy color: '#77828A'

red 119 ◦ green 130 ◦ blue 138

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

Shades of Slate Grey #77828A

Tints of Slate Grey #77828A

RGB

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

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

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

R = 30.75%
G = 33.59%
B = 35.66%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#77828A (or 0x77828A) is known color: Slate Grey. HEX triplet: 77, 82 and 8A. RGB value is (119,130,138). Sum of RGB (Red+Green+Blue) = 119+130+138=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #77828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77828A is #887D75. Grayscale: #7F7F7F. Windows color (decimal): -8945014 or 9077367. OLE color: 9077367.

HSL color Cylindrical-coordinate representation of color #77828A: hue angle of 205.26º 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 #77828A is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 130 138 -
CMYK 0.14 0.06 0 0.46
HSL 205.26º 0.08% 0.5% -
HSV(B) 205.26º 0.14% 0.54% -
XYZ 20.18 21.72 27.17 -
YUV 127.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 119 130 138 0.14 0.06 0 0.46 205.26 0.08 0.5
Hex 77 82 8A E 6 0 2E CD 8 32
Octal 167 202 212 16 6 0 56 315 10 62
Binary 1110111 10000010 10001010 1110 110 0 101110 11001101 1000 110010

Color Harmonies of #77828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77828A

Black with #77828A

Text Example


Text Example

White with #77828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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