Html Css Color HEX #788391 Slate Grey

📋 copy color: '#788391'

red 120 ◦ green 131 ◦ blue 145

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

Shades of Slate Grey #788391

Tints of Slate Grey #788391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.08%

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

R = 30.3%
G = 33.08%
B = 36.62%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#788391 (or 0x788391) is known color: Slate Grey. HEX triplet: 78, 83 and 91. RGB value is (120,131,145). Sum of RGB (Red+Green+Blue) = 120+131+145=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #788391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788391 is #877C6E. Grayscale: #818181. Windows color (decimal): -8879215 or 9536376. OLE color: 9536376.

HSL color Cylindrical-coordinate representation of color #788391: hue angle of 213.6º 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 #788391 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 131 145 -
CMYK 0.17 0.10 0 0.43
HSL 213.6º 0.1% 0.52% -
HSV(B) 213.6º 0.17% 0.57% -
XYZ 20.97 22.27 29.98 -
YUV 129.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 120 131 145 0.17 0.10 0 0.43 213.6 0.1 0.52
Hex 78 83 91 11 A 0 2B D6 A 34
Octal 170 203 221 21 12 0 53 326 12 64
Binary 1111000 10000011 10010001 10001 1010 0 101011 11010110 1010 110100

Color Harmonies of #788391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788391

Black with #788391

Text Example


Text Example

White with #788391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788391; }

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

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

background-color css

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

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

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

border-color css

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

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

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