Html Css Color HEX #787A8F Storm Grey

📋 copy color: '#787A8F'

red 120 ◦ green 122 ◦ blue 143

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

Shades of Storm Grey #787A8F

Tints of Storm Grey #787A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 31.17%
G = 31.69%
B = 37.14%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#787A8F (or 0x787A8F) is known color: Storm Grey. HEX triplet: 78, 7A and 8F. RGB value is (120,122,143). Sum of RGB (Red+Green+Blue) = 120+122+143=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 143 - color contains mainly: blue. Hex color #787A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787A8F is #878570. Grayscale: #7B7B7B. Windows color (decimal): -8881521 or 9403000. OLE color: 9403000.

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

Color convert

RGB 120 122 143 -
CMYK 0.16 0.15 0 0.44
HSL 234.78º 0.09% 0.52% -
HSV(B) 234.78º 0.16% 0.56% -
XYZ 19.66 19.9 28.79 -
YUV 123.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 120 122 143 0.16 0.15 0 0.44 234.78 0.09 0.52
Hex 78 7A 8F 10 F 0 2C EB 9 34
Octal 170 172 217 20 17 0 54 353 11 64
Binary 1111000 1111010 10001111 10000 1111 0 101100 11101011 1001 110100

Color Harmonies of #787A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787A8F

Black with #787A8F

Text Example


Text Example

White with #787A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787A8F; }

 p { color: rgb(120,122,143); }

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

background-color css

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

 a { background-color: rgb(120,122,143); }

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

border-color css

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

 span { border-color: rgb(120,122,143); }

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