#736C70

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

Shades of Monsoon #736C70

Tints of Monsoon #736C70

Color information

#736C70 (or 0x736C70) is unknown color: approx Monsoon. HEX triplet: 73, 6C and 70. RGB value is (115,108,112). Sum of RGB (Red+Green+Blue) = 115+108+112=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 115 - color contains mainly: red. Hex color #736C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C70 is #8C938F. Grayscale: #6E6E6E. Windows color (decimal): -9212816 or 7367795. OLE color: 7367795.

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

Color convert

RGB115108112-
CMYK00.060.030.55
HSL325.71º3.14%43.73%-
HSV(B)325.71º6.09%45.1%-
XYZ15.3615.5417.52-
YUV110.55128.82131.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.33%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=34.33%
G=32.24%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510811200.060.030.55325.713.1443.73
Hex736C700633714632c
Octal16315416006367506354
Binary11100111101100111000001101111011110100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736C70; }

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

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

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

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

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

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

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

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