Html Css Color HEX #787992 Storm Grey

📋 copy color: '#787992'

red 120 ◦ green 121 ◦ blue 146

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

Shades of Storm Grey #787992

Tints of Storm Grey #787992

RGB

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

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

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

R = 31.01%
G = 31.27%
B = 37.73%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#787992 (or 0x787992) is known color: Storm Grey. HEX triplet: 78, 79 and 92. RGB value is (120,121,146). Sum of RGB (Red+Green+Blue) = 120+121+146=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #787992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787992 is #87866D. Grayscale: #7B7B7B. Windows color (decimal): -8881774 or 9599352. OLE color: 9599352.

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

Color convert

RGB 120 121 146 -
CMYK 0.18 0.17 0 0.43
HSL 237.69º 0.11% 0.52% -
HSV(B) 237.69º 0.18% 0.57% -
XYZ 19.77 19.74 29.96 -
YUV 123.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 120 121 146 0.18 0.17 0 0.43 237.69 0.11 0.52
Hex 78 79 92 12 11 0 2B EE B 34
Octal 170 171 222 22 21 0 53 356 13 64
Binary 1111000 1111001 10010010 10010 10001 0 101011 11101110 1011 110100

Color Harmonies of #787992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787992

Black with #787992

Text Example


Text Example

White with #787992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787992; }

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

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

background-color css

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

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

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

border-color css

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

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

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