Html Css Color HEX #78798F Storm Grey

📋 copy color: '#78798F'

red 120 ◦ green 121 ◦ blue 143

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

Shades of Storm Grey #78798F

Tints of Storm Grey #78798F

RGB

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

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

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

R = 31.25%
G = 31.51%
B = 37.24%

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

#78798F (or 0x78798F) is known color: Storm Grey. HEX triplet: 78, 79 and 8F. RGB value is (120,121,143). Sum of RGB (Red+Green+Blue) = 120+121+143=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 143 - color contains mainly: blue. Hex color #78798F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78798F is #878670. Grayscale: #7B7B7B. Windows color (decimal): -8881777 or 9402744. OLE color: 9402744.

HSL color Cylindrical-coordinate representation of color #78798F: hue angle of 237.39º 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 #78798F is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 121 143 -
CMYK 0.16 0.15 0 0.44
HSL 237.39º 0.09% 0.52% -
HSV(B) 237.39º 0.16% 0.56% -
XYZ 19.54 19.65 28.75 -
YUV 123.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 120 121 143 0.16 0.15 0 0.44 237.39 0.09 0.52
Hex 78 79 8F 10 F 0 2C ED 9 34
Octal 170 171 217 20 17 0 54 355 11 64
Binary 1111000 1111001 10001111 10000 1111 0 101100 11101101 1001 110100

Color Harmonies of #78798F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78798F

Black with #78798F

Text Example


Text Example

White with #78798F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78798F; }

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

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

background-color css

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

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

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

border-color css

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

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

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