#736970

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

Shades of Monsoon #736970

Tints of Monsoon #736970

Color information

#736970 (or 0x736970) is unknown color: approx Monsoon. HEX triplet: 73, 69 and 70. RGB value is (115,105,112). Sum of RGB (Red+Green+Blue) = 115+105+112=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 115 - color contains mainly: red. Hex color #736970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736970 is #8C968F. Grayscale: #6C6C6C. Windows color (decimal): -9213584 or 7367027. OLE color: 7367027.

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

Color convert

RGB115105112-
CMYK00.090.030.55
HSL318º4.55%43.14%-
HSV(B)318º8.7%45.1%-
XYZ15.0514.9217.42-
YUV108.79129.81132.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.64%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=34.64%
G=31.63%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510511200.090.030.553184.5543.14
Hex7369700933713e52b
Octal163151160011367476553
Binary1110011110100111100000100111110111100111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736970; }

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

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

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

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

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

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

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

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