Html Css Color HEX #788492 Light Slate Grey

📋 copy color: '#788492'

red 120 ◦ green 132 ◦ blue 146

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

Shades of Light Slate Grey #788492

Tints of Light Slate Grey #788492

RGB

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

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

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

R = 30.15%
G = 33.17%
B = 36.68%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#788492 (or 0x788492) is known color: Light Slate Grey. HEX triplet: 78, 84 and 92. RGB value is (120,132,146). Sum of RGB (Red+Green+Blue) = 120+132+146=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #788492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788492 is #877B6D. Grayscale: #818181. Windows color (decimal): -8878958 or 9602168. OLE color: 9602168.

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

Color convert

RGB 120 132 146 -
CMYK 0.18 0.10 0 0.43
HSL 212.31º 0.11% 0.52% -
HSV(B) 212.31º 0.18% 0.57% -
XYZ 21.19 22.57 30.43 -
YUV 130.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 120 132 146 0.18 0.10 0 0.43 212.31 0.11 0.52
Hex 78 84 92 12 A 0 2B D4 B 34
Octal 170 204 222 22 12 0 53 324 13 64
Binary 1111000 10000100 10010010 10010 1010 0 101011 11010100 1011 110100

Color Harmonies of #788492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788492

Black with #788492

Text Example


Text Example

White with #788492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788492; }

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

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

background-color css

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

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

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

border-color css

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

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

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