#737072

Color #737072 Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #737072

Tints of Monsoon #737072

Color information

#737072 (or 0x737072) is unknown color: approx Monsoon. HEX triplet: 73, 70 and 72. RGB value is (115,112,114). Sum of RGB (Red+Green+Blue) = 115+112+114=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 115 - color contains mainly: red. Hex color #737072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737072 is #8C8F8D. Grayscale: #717171. Windows color (decimal): -9211790 or 7499891. OLE color: 7499891.

HSL color Cylindrical-coordinate representation of color #737072: hue angle of 320º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #737072 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB115112114-
CMYK00.030.010.55
HSL320º1.32%44.51%-
HSV(B)320º2.61%45.1%-
XYZ15.916.4518.26-
YUV113.12128.49129.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=33.72%
G=32.84%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511211400.030.010.553201.3244.51
Hex7370720313714012d
Octal16316016203167500155
Binary11100111110000111001001111101111010000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737072; }

 p { color: rgb(115,112,114); }

 H1.HeaderClassName
 {
   color: #737072;
 }
 .AnyTagClassName
 {
   color: #737072;
 }
</style>
background-color css

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

 a { background-color: rgb(115,112,114); }

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

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

 span { border-color: rgb(115,112,114); }

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