Html Css Color HEX #787990 Storm Grey

📋 copy color: '#787990'

red 120 ◦ green 121 ◦ blue 144

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

Shades of Storm Grey #787990

Tints of Storm Grey #787990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.4%

R = 31.17%
G = 31.43%
B = 37.4%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#787990 (or 0x787990) is known color: Storm Grey. HEX triplet: 78, 79 and 90. RGB value is (120,121,144). Sum of RGB (Red+Green+Blue) = 120+121+144=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #787990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787990 is #87866F. Grayscale: #7B7B7B. Windows color (decimal): -8881776 or 9468280. OLE color: 9468280.

HSL color Cylindrical-coordinate representation of color #787990: hue angle of 237.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #787990 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 121 144 -
CMYK 0.17 0.16 0 0.44
HSL 237.5º 0.1% 0.52% -
HSV(B) 237.5º 0.17% 0.56% -
XYZ 19.62 19.68 29.15 -
YUV 123.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 120 121 144 0.17 0.16 0 0.44 237.5 0.1 0.52
Hex 78 79 90 11 10 0 2C EE A 34
Octal 170 171 220 21 20 0 54 356 12 64
Binary 1111000 1111001 10010000 10001 10000 0 101100 11101110 1010 110100

Color Harmonies of #787990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787990

Black with #787990

Text Example


Text Example

White with #787990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787990; }

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

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

background-color css

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

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

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

border-color css

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

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

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