Html Css Color HEX #737584 Storm Grey

📋 copy color: '#737584'

red 115 ◦ green 117 ◦ blue 132

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

Shades of Storm Grey #737584

Tints of Storm Grey #737584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.26%

R = 31.59%
G = 32.14%
B = 36.26%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#737584 (or 0x737584) is known color: Storm Grey. HEX triplet: 73, 75 and 84. RGB value is (115,117,132). Sum of RGB (Red+Green+Blue) = 115+117+132=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #737584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737584 is #8C8A7B. Grayscale: #767676. Windows color (decimal): -9210492 or 8680819. OLE color: 8680819.

HSL color Cylindrical-coordinate representation of color #737584: hue angle of 232.94º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #737584 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 117 132 -
CMYK 0.13 0.11 0 0.48
HSL 232.94º 0.07% 0.48% -
HSV(B) 232.94º 0.13% 0.52% -
XYZ 17.6 18.03 24.38 -
YUV 118.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 115 117 132 0.13 0.11 0 0.48 232.94 0.07 0.48
Hex 73 75 84 D B 0 30 E9 7 30
Octal 163 165 204 15 13 0 60 351 7 60
Binary 1110011 1110101 10000100 1101 1011 0 110000 11101001 111 110000

Color Harmonies of #737584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737584

Black with #737584

Text Example


Text Example

White with #737584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737584; }

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

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

background-color css

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

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

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

border-color css

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

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

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