Html Css Color HEX #788087 Slate Grey

📋 copy color: '#788087'

red 120 ◦ green 128 ◦ blue 135

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

Shades of Slate Grey #788087

Tints of Slate Grey #788087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.42%

 BLUE value IS 135 (53.13% from 255) = 35.25%

R = 31.33%
G = 33.42%
B = 35.25%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#788087 (or 0x788087) is known color: Slate Grey. HEX triplet: 78, 80 and 87. RGB value is (120,128,135). Sum of RGB (Red+Green+Blue) = 120+128+135=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #788087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788087 is #877F78. Grayscale: #7E7E7E. Windows color (decimal): -8879993 or 8880248. OLE color: 8880248.

HSL color Cylindrical-coordinate representation of color #788087: hue angle of 208º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #788087 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 128 135 -
CMYK 0.11 0.05 0 0.47
HSL 208º 0.06% 0.5% -
HSV(B) 208º 0.11% 0.53% -
XYZ 19.84 21.18 25.96 -
YUV 126.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 120 128 135 0.11 0.05 0 0.47 208 0.06 0.5
Hex 78 80 87 B 5 0 2F D0 6 32
Octal 170 200 207 13 5 0 57 320 6 62
Binary 1111000 10000000 10000111 1011 101 0 101111 11010000 110 110010

Color Harmonies of #788087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788087

Black with #788087

Text Example


Text Example

White with #788087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788087; }

 p { color: rgb(120,128,135); }

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

background-color css

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

 a { background-color: rgb(120,128,135); }

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

border-color css

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

 span { border-color: rgb(120,128,135); }

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