Html Css Color HEX #788092 Slate Grey

📋 copy color: '#788092'

red 120 ◦ green 128 ◦ blue 146

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

Shades of Slate Grey #788092

Tints of Slate Grey #788092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 30.46%
G = 32.49%
B = 37.06%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#788092 (or 0x788092) is known color: Slate Grey. HEX triplet: 78, 80 and 92. RGB value is (120,128,146). Sum of RGB (Red+Green+Blue) = 120+128+146=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #788092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788092 is #877F6D. Grayscale: #7F7F7F. Windows color (decimal): -8879982 or 9601144. OLE color: 9601144.

HSL color Cylindrical-coordinate representation of color #788092: hue angle of 221.54º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #788092 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 128 146 -
CMYK 0.18 0.12 0 0.43
HSL 221.54º 0.11% 0.52% -
HSV(B) 221.54º 0.18% 0.57% -
XYZ 20.65 21.51 30.26 -
YUV 127.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 120 128 146 0.18 0.12 0 0.43 221.54 0.11 0.52
Hex 78 80 92 12 C 0 2B DE B 34
Octal 170 200 222 22 14 0 53 336 13 64
Binary 1111000 10000000 10010010 10010 1100 0 101011 11011110 1011 110100

Color Harmonies of #788092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788092

Black with #788092

Text Example


Text Example

White with #788092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788092; }

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

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

background-color css

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

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

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

border-color css

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

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

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