Html Css Color HEX #747880 Storm Grey

📋 copy color: '#747880'

red 116 ◦ green 120 ◦ blue 128

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

Shades of Storm Grey #747880

Tints of Storm Grey #747880

RGB

 RED value IS 116 (45.7% from 255) = 31.87%

 GREEN value IS 120 (47.27% from 255) = 32.97%

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 31.87%
G = 32.97%
B = 35.16%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#747880 (or 0x747880) is known color: Storm Grey. HEX triplet: 74, 78 and 80. RGB value is (116,120,128). Sum of RGB (Red+Green+Blue) = 116+120+128=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 128 - color contains mainly: blue. Hex color #747880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747880 is #8B877F. Grayscale: #777777. Windows color (decimal): -9144192 or 8419444. OLE color: 8419444.

HSL color Cylindrical-coordinate representation of color #747880: hue angle of 220º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747880 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 120 128 -
CMYK 0.09 0.06 0 0.50
HSL 220º 0.05% 0.48% -
HSV(B) 220º 0.09% 0.5% -
XYZ 17.82 18.7 23.09 -
YUV 119.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 116 120 128 0.09 0.06 0 0.50 220 0.05 0.48
Hex 74 78 80 9 6 0 32 DC 5 30
Octal 164 170 200 11 6 0 62 334 5 60
Binary 1110100 1111000 10000000 1001 110 0 110010 11011100 101 110000

Color Harmonies of #747880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747880

Black with #747880

Text Example


Text Example

White with #747880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747880; }

 p { color: rgb(116,120,128); }

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

background-color css

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

 a { background-color: rgb(116,120,128); }

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

border-color css

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

 span { border-color: rgb(116,120,128); }

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