Html Css Color HEX #788590 Slate Grey

📋 copy color: '#788590'

red 120 ◦ green 133 ◦ blue 144

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

Shades of Slate Grey #788590

Tints of Slate Grey #788590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 30.23%
G = 33.5%
B = 36.27%

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

#788590 (or 0x788590) is known color: Slate Grey. HEX triplet: 78, 85 and 90. RGB value is (120,133,144). Sum of RGB (Red+Green+Blue) = 120+133+144=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #788590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788590 is #877A6F. Grayscale: #828282. Windows color (decimal): -8878704 or 9471352. OLE color: 9471352.

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

Color convert

RGB 120 133 144 -
CMYK 0.17 0.08 0 0.44
HSL 207.5º 0.1% 0.52% -
HSV(B) 207.5º 0.17% 0.56% -
XYZ 21.17 22.78 29.67 -
YUV 130.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 120 133 144 0.17 0.08 0 0.44 207.5 0.1 0.52
Hex 78 85 90 11 8 0 2C D0 A 34
Octal 170 205 220 21 10 0 54 320 12 64
Binary 1111000 10000101 10010000 10001 1000 0 101100 11010000 1010 110100

Color Harmonies of #788590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788590

Black with #788590

Text Example


Text Example

White with #788590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788590; }

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

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

background-color css

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

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

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

border-color css

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

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

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