Html Css Color HEX #747577 Storm Grey

📋 copy color: '#747577'

red 116 ◦ green 117 ◦ blue 119

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

Shades of Storm Grey #747577

Tints of Storm Grey #747577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.81%

R = 32.95%
G = 33.24%
B = 33.81%

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

#747577 (or 0x747577) is known color: Storm Grey. HEX triplet: 74, 75 and 77. RGB value is (116,117,119). Sum of RGB (Red+Green+Blue) = 116+117+119=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 119 - color contains mainly: blue. Hex color #747577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747577 is #8B8A88. Grayscale: #747474. Windows color (decimal): -9144969 or 7828852. OLE color: 7828852.

HSL color Cylindrical-coordinate representation of color #747577: hue angle of 220º degrees, saturation: 0.01, 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 #747577 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 117 119 -
CMYK 0.03 0.02 0 0.53
HSL 220º 0.01% 0.46% -
HSV(B) 220º 0.03% 0.47% -
XYZ 16.89 17.77 19.99 -
YUV 116.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 116 117 119 0.03 0.02 0 0.53 220 0.01 0.46
Hex 74 75 77 3 2 0 35 DC 1 2E
Octal 164 165 167 3 2 0 65 334 1 56
Binary 1110100 1110101 1110111 11 10 0 110101 11011100 1 101110

Color Harmonies of #747577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747577

Black with #747577

Text Example


Text Example

White with #747577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747577; }

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

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

background-color css

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

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

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

border-color css

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

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

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