Html Css Color HEX #737582 Storm Grey

📋 copy color: '#737582'

red 115 ◦ green 117 ◦ blue 130

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

Shades of Storm Grey #737582

Tints of Storm Grey #737582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 31.77%
G = 32.32%
B = 35.91%

CMYK

 C value IS 0.12

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#737582 (or 0x737582) is known color: Storm Grey. HEX triplet: 73, 75 and 82. RGB value is (115,117,130). Sum of RGB (Red+Green+Blue) = 115+117+130=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #737582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737582 is #8C8A7D. Grayscale: #757575. Windows color (decimal): -9210494 or 8549747. OLE color: 8549747.

HSL color Cylindrical-coordinate representation of color #737582: hue angle of 232º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #737582 is Cyan = 0.12, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 117 130 -
CMYK 0.12 0.1 0 0.49
HSL 232º 0.06% 0.48% -
HSV(B) 232º 0.12% 0.51% -
XYZ 17.46 17.98 23.67 -
YUV 117.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 115 117 130 0.12 0.1 0 0.49 232 0.06 0.48
Hex 73 75 82 C A 0 31 E8 6 30
Octal 163 165 202 14 12 0 61 350 6 60
Binary 1110011 1110101 10000010 1100 1010 0 110001 11101000 110 110000

Color Harmonies of #737582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737582

Black with #737582

Text Example


Text Example

White with #737582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737582; }

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

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

background-color css

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

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

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

border-color css

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

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

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