#788292

Color #788292 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #788292

Tints of Slate Grey #788292

Color information

#788292 (or 0x788292) is unknown color: approx Slate Grey. HEX triplet: 78, 82 and 92. RGB value is (120,130,146). Sum of RGB (Red+Green+Blue) = 120+130+146=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #788292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788292 is #877D6D. Grayscale: #808080. Windows color (decimal): -8879470 or 9601656. OLE color: 9601656.

HSL color Cylindrical-coordinate representation of color #788292: hue angle of 216.92º 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 #788292 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB120130146-
CMYK0.180.1100.43
HSL216.92º10.66%52.16%-
HSV(B)216.92º17.81%57.25%-
XYZ20.9222.0330.34-
YUV128.83137.69121.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 146 (57.42% from 255) = 36.87%
R=30.30%
G=32.83%
B=36.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201301460.180.1100.43216.9210.6652.16
Hex78829212B02Bd9b34
Octal17020222222130533311364
Binary111100010000010100100101001010110101011110110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788292; }

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

 H1.HeaderClassName
 {
   color: #788292;
 }
 .AnyTagClassName
 {
   color: #788292;
 }
</style>
background-color css

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

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

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

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

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

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