Html Css Color HEX #747580 Storm Grey

📋 copy color: '#747580'

red 116 ◦ green 117 ◦ blue 128

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

Shades of Storm Grey #747580

Tints of Storm Grey #747580

RGB

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

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

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

R = 32.13%
G = 32.41%
B = 35.46%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#747580 (or 0x747580) is known color: Storm Grey. HEX triplet: 74, 75 and 80. RGB value is (116,117,128). Sum of RGB (Red+Green+Blue) = 116+117+128=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 128 - color contains mainly: blue. Hex color #747580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747580 is #8B8A7F. Grayscale: #757575. Windows color (decimal): -9144960 or 8418676. OLE color: 8418676.

HSL color Cylindrical-coordinate representation of color #747580: hue angle of 235º 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 #747580 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 117 128 -
CMYK 0.09 0.09 0 0.50
HSL 235º 0.05% 0.48% -
HSV(B) 235º 0.09% 0.5% -
XYZ 17.46 17.99 22.98 -
YUV 117.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 116 117 128 0.09 0.09 0 0.50 235 0.05 0.48
Hex 74 75 80 9 9 0 32 EB 5 30
Octal 164 165 200 11 11 0 62 353 5 60
Binary 1110100 1110101 10000000 1001 1001 0 110010 11101011 101 110000

Color Harmonies of #747580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747580

Black with #747580

Text Example


Text Example

White with #747580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747580; }

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

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

background-color css

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

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

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

border-color css

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

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

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