Html Css Color HEX #787993 Storm Grey

📋 copy color: '#787993'

red 120 ◦ green 121 ◦ blue 147

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

Shades of Storm Grey #787993

Tints of Storm Grey #787993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.19%

 BLUE value IS 147 (57.81% from 255) = 37.89%

R = 30.93%
G = 31.19%
B = 37.89%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#787993 (or 0x787993) is known color: Storm Grey. HEX triplet: 78, 79 and 93. RGB value is (120,121,147). Sum of RGB (Red+Green+Blue) = 120+121+147=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #787993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787993 is #87866C. Grayscale: #7B7B7B. Windows color (decimal): -8881773 or 9664888. OLE color: 9664888.

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

Color convert

RGB 120 121 147 -
CMYK 0.18 0.18 0 0.42
HSL 237.78º 0.11% 0.52% -
HSV(B) 237.78º 0.18% 0.58% -
XYZ 19.85 19.77 30.37 -
YUV 123.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 120 121 147 0.18 0.18 0 0.42 237.78 0.11 0.52
Hex 78 79 93 12 12 0 2A EE B 34
Octal 170 171 223 22 22 0 52 356 13 64
Binary 1111000 1111001 10010011 10010 10010 0 101010 11101110 1011 110100

Color Harmonies of #787993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787993

Black with #787993

Text Example


Text Example

White with #787993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787993; }

 p { color: rgb(120,121,147); }

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

background-color css

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

 a { background-color: rgb(120,121,147); }

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

border-color css

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

 span { border-color: rgb(120,121,147); }

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