Html Css Color HEX #737785 Storm Grey

📋 copy color: '#737785'

red 115 ◦ green 119 ◦ blue 133

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

Shades of Storm Grey #737785

Tints of Storm Grey #737785

RGB

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

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

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

R = 31.34%
G = 32.43%
B = 36.24%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#737785 (or 0x737785) is known color: Storm Grey. HEX triplet: 73, 77 and 85. RGB value is (115,119,133). Sum of RGB (Red+Green+Blue) = 115+119+133=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: blue. Hex color #737785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737785 is #8C887A. Grayscale: #777777. Windows color (decimal): -9209979 or 8746867. OLE color: 8746867.

HSL color Cylindrical-coordinate representation of color #737785: hue angle of 226.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 #737785 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 119 133 -
CMYK 0.14 0.11 0 0.48
HSL 226.67º 0.07% 0.49% -
HSV(B) 226.67º 0.14% 0.52% -
XYZ 17.9 18.53 24.82 -
YUV 119.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 115 119 133 0.14 0.11 0 0.48 226.67 0.07 0.49
Hex 73 77 85 E B 0 30 E3 7 31
Octal 163 167 205 16 13 0 60 343 7 61
Binary 1110011 1110111 10000101 1110 1011 0 110000 11100011 111 110001

Color Harmonies of #737785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737785

Black with #737785

Text Example


Text Example

White with #737785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737785; }

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

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

background-color css

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

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

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

border-color css

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

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

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