Html Css Color HEX #737795 Storm Grey

📋 copy color: '#737795'

red 115 ◦ green 119 ◦ blue 149

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

Shades of Storm Grey #737795

Tints of Storm Grey #737795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

 BLUE value IS 149 (58.59% from 255) = 38.9%

R = 30.03%
G = 31.07%
B = 38.9%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#737795 (or 0x737795) is known color: Storm Grey. HEX triplet: 73, 77 and 95. RGB value is (115,119,149). Sum of RGB (Red+Green+Blue) = 115+119+149=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #737795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737795 is #8C886A. Grayscale: #797979. Windows color (decimal): -9209963 or 9795443. OLE color: 9795443.

HSL color Cylindrical-coordinate representation of color #737795: hue angle of 232.94º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #737795 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 119 149 -
CMYK 0.23 0.20 0 0.42
HSL 232.94º 0.14% 0.52% -
HSV(B) 232.94º 0.23% 0.58% -
XYZ 19.09 19.01 31.1 -
YUV 121.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 115 119 149 0.23 0.20 0 0.42 232.94 0.14 0.52
Hex 73 77 95 17 14 0 2A E9 E 34
Octal 163 167 225 27 24 0 52 351 16 64
Binary 1110011 1110111 10010101 10111 10100 0 101010 11101001 1110 110100

Color Harmonies of #737795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737795

Black with #737795

Text Example


Text Example

White with #737795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737795; }

 p { color: rgb(115,119,149); }

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

background-color css

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

 a { background-color: rgb(115,119,149); }

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

border-color css

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

 span { border-color: rgb(115,119,149); }

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