Html Css Color HEX #747578 Storm Grey

📋 copy color: '#747578'

red 116 ◦ green 117 ◦ blue 120

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

Shades of Storm Grey #747578

Tints of Storm Grey #747578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.14%

 BLUE value IS 120 (47.27% from 255) = 33.99%

R = 32.86%
G = 33.14%
B = 33.99%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#747578 (or 0x747578) is known color: Storm Grey. HEX triplet: 74, 75 and 78. RGB value is (116,117,120). Sum of RGB (Red+Green+Blue) = 116+117+120=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 120 - color contains mainly: blue. Hex color #747578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747578 is #8B8A87. Grayscale: #757575. Windows color (decimal): -9144968 or 7894388. OLE color: 7894388.

HSL color Cylindrical-coordinate representation of color #747578: hue angle of 225º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747578 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 117 120 -
CMYK 0.03 0.02 0 0.53
HSL 225º 0.02% 0.46% -
HSV(B) 225º 0.03% 0.47% -
XYZ 16.95 17.79 20.31 -
YUV 117.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 116 117 120 0.03 0.02 0 0.53 225 0.02 0.46
Hex 74 75 78 3 2 0 35 E1 2 2E
Octal 164 165 170 3 2 0 65 341 2 56
Binary 1110100 1110101 1111000 11 10 0 110101 11100001 10 101110

Color Harmonies of #747578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747578

Black with #747578

Text Example


Text Example

White with #747578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747578; }

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

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

background-color css

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

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

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

border-color css

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

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

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