Html Css Color HEX #737580 Storm Grey

📋 copy color: '#737580'

red 115 ◦ green 117 ◦ blue 128

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

Shades of Storm Grey #737580

Tints of Storm Grey #737580

RGB

 RED value IS 115 (45.31% from 255) = 31.94%

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

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

R = 31.94%
G = 32.5%
B = 35.56%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#737580 (or 0x737580) is known color: Storm Grey. HEX triplet: 73, 75 and 80. RGB value is (115,117,128). Sum of RGB (Red+Green+Blue) = 115+117+128=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 128 - color contains mainly: blue. Hex color #737580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737580 is #8C8A7F. Grayscale: #757575. Windows color (decimal): -9210496 or 8418675. OLE color: 8418675.

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

Color convert

RGB 115 117 128 -
CMYK 0.10 0.09 0 0.50
HSL 230.77º 0.05% 0.48% -
HSV(B) 230.77º 0.1% 0.5% -
XYZ 17.33 17.93 22.97 -
YUV 117.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 115 117 128 0.10 0.09 0 0.50 230.77 0.05 0.48
Hex 73 75 80 A 9 0 32 E7 5 30
Octal 163 165 200 12 11 0 62 347 5 60
Binary 1110011 1110101 10000000 1010 1001 0 110010 11100111 101 110000

Color Harmonies of #737580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737580

Black with #737580

Text Example


Text Example

White with #737580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737580; }

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

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

background-color css

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

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

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

border-color css

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

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

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