Html Css Color HEX #788490 Slate Grey

📋 copy color: '#788490'

red 120 ◦ green 132 ◦ blue 144

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

Shades of Slate Grey #788490

Tints of Slate Grey #788490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

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

R = 30.3%
G = 33.33%
B = 36.36%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#788490 (or 0x788490) is known color: Slate Grey. HEX triplet: 78, 84 and 90. RGB value is (120,132,144). Sum of RGB (Red+Green+Blue) = 120+132+144=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #788490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788490 is #877B6F. Grayscale: #818181. Windows color (decimal): -8878960 or 9471096. OLE color: 9471096.

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

Color convert

RGB 120 132 144 -
CMYK 0.17 0.08 0 0.44
HSL 210º 0.1% 0.52% -
HSV(B) 210º 0.17% 0.56% -
XYZ 21.03 22.51 29.62 -
YUV 129.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 120 132 144 0.17 0.08 0 0.44 210 0.1 0.52
Hex 78 84 90 11 8 0 2C D2 A 34
Octal 170 204 220 21 10 0 54 322 12 64
Binary 1111000 10000100 10010000 10001 1000 0 101100 11010010 1010 110100

Color Harmonies of #788490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788490

Black with #788490

Text Example


Text Example

White with #788490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788490; }

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

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

background-color css

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

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

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

border-color css

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

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

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