Html Css Color HEX #788392 Light Slate Grey

📋 copy color: '#788392'

red 120 ◦ green 131 ◦ blue 146

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

Shades of Light Slate Grey #788392

Tints of Light Slate Grey #788392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33%

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

R = 30.23%
G = 33%
B = 36.78%

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

#788392 (or 0x788392) is known color: Light Slate Grey. HEX triplet: 78, 83 and 92. RGB value is (120,131,146). Sum of RGB (Red+Green+Blue) = 120+131+146=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #788392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788392 is #877C6D. Grayscale: #818181. Windows color (decimal): -8879214 or 9601912. OLE color: 9601912.

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

Color convert

RGB 120 131 146 -
CMYK 0.18 0.10 0 0.43
HSL 214.62º 0.11% 0.52% -
HSV(B) 214.62º 0.18% 0.57% -
XYZ 21.05 22.3 30.39 -
YUV 129.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 120 131 146 0.18 0.10 0 0.43 214.62 0.11 0.52
Hex 78 83 92 12 A 0 2B D7 B 34
Octal 170 203 222 22 12 0 53 327 13 64
Binary 1111000 10000011 10010010 10010 1010 0 101011 11010111 1011 110100

Color Harmonies of #788392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788392

Black with #788392

Text Example


Text Example

White with #788392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788392; }

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

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

background-color css

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

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

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

border-color css

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

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

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