Html Css Color HEX #737A85 Storm Grey

📋 copy color: '#737A85'

red 115 ◦ green 122 ◦ blue 133

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

Shades of Storm Grey #737A85

Tints of Storm Grey #737A85

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 31.08%
G = 32.97%
B = 35.95%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#737A85 (or 0x737A85) is known color: Storm Grey. HEX triplet: 73, 7A and 85. RGB value is (115,122,133). Sum of RGB (Red+Green+Blue) = 115+122+133=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #737A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737A85 is #8C857A. Grayscale: #797979. Windows color (decimal): -9209211 or 8747635. OLE color: 8747635.

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

Color convert

RGB 115 122 133 -
CMYK 0.14 0.08 0 0.48
HSL 216.67º 0.07% 0.49% -
HSV(B) 216.67º 0.14% 0.52% -
XYZ 18.26 19.26 24.94 -
YUV 121.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 115 122 133 0.14 0.08 0 0.48 216.67 0.07 0.49
Hex 73 7A 85 E 8 0 30 D9 7 31
Octal 163 172 205 16 10 0 60 331 7 61
Binary 1110011 1111010 10000101 1110 1000 0 110000 11011001 111 110001

Color Harmonies of #737A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737A85

Black with #737A85

Text Example


Text Example

White with #737A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737A85; }

 p { color: rgb(115,122,133); }

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

background-color css

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

 a { background-color: rgb(115,122,133); }

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

border-color css

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

 span { border-color: rgb(115,122,133); }

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