Html Css Color HEX #788191 Slate Grey

📋 copy color: '#788191'

red 120 ◦ green 129 ◦ blue 145

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

Shades of Slate Grey #788191

Tints of Slate Grey #788191

RGB

 RED value IS 120 (47.27% from 255) = 30.46%

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

 BLUE value IS 145 (57.03% from 255) = 36.8%

R = 30.46%
G = 32.74%
B = 36.8%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#788191 (or 0x788191) is known color: Slate Grey. HEX triplet: 78, 81 and 91. RGB value is (120,129,145). Sum of RGB (Red+Green+Blue) = 120+129+145=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #788191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788191 is #877E6E. Grayscale: #808080. Windows color (decimal): -8879727 or 9535864. OLE color: 9535864.

HSL color Cylindrical-coordinate representation of color #788191: hue angle of 218.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788191 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 129 145 -
CMYK 0.17 0.11 0 0.43
HSL 218.4º 0.1% 0.52% -
HSV(B) 218.4º 0.17% 0.57% -
XYZ 20.71 21.74 29.89 -
YUV 128.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 120 129 145 0.17 0.11 0 0.43 218.4 0.1 0.52
Hex 78 81 91 11 B 0 2B DA A 34
Octal 170 201 221 21 13 0 53 332 12 64
Binary 1111000 10000001 10010001 10001 1011 0 101011 11011010 1010 110100

Color Harmonies of #788191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788191

Black with #788191

Text Example


Text Example

White with #788191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788191; }

 p { color: rgb(120,129,145); }

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

background-color css

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

 a { background-color: rgb(120,129,145); }

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

border-color css

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

 span { border-color: rgb(120,129,145); }

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