Html Css Color HEX #788290 Slate Grey

📋 copy color: '#788290'

red 120 ◦ green 130 ◦ blue 144

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

Shades of Slate Grey #788290

Tints of Slate Grey #788290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 30.46%
G = 32.99%
B = 36.55%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#788290 (or 0x788290) is known color: Slate Grey. HEX triplet: 78, 82 and 90. RGB value is (120,130,144). Sum of RGB (Red+Green+Blue) = 120+130+144=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 144 - color contains mainly: blue. Hex color #788290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788290 is #877D6F. Grayscale: #808080. Windows color (decimal): -8879472 or 9470584. OLE color: 9470584.

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

Color convert

RGB 120 130 144 -
CMYK 0.17 0.10 0 0.44
HSL 215º 0.1% 0.52% -
HSV(B) 215º 0.17% 0.56% -
XYZ 20.76 21.97 29.53 -
YUV 128.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 120 130 144 0.17 0.10 0 0.44 215 0.1 0.52
Hex 78 82 90 11 A 0 2C D7 A 34
Octal 170 202 220 21 12 0 54 327 12 64
Binary 1111000 10000010 10010000 10001 1010 0 101100 11010111 1010 110100

Color Harmonies of #788290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788290

Black with #788290

Text Example


Text Example

White with #788290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788290; }

 p { color: rgb(120,130,144); }

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

background-color css

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

 a { background-color: rgb(120,130,144); }

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

border-color css

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

 span { border-color: rgb(120,130,144); }

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