#756B72

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

Shades of Monsoon #756B72

Tints of Monsoon #756B72

Color information

#756B72 (or 0x756B72) is unknown color: approx Monsoon. HEX triplet: 75, 6B and 72. RGB value is (117,107,114). Sum of RGB (Red+Green+Blue) = 117+107+114=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 117 - color contains mainly: red. Hex color #756B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B72 is #8A948D. Grayscale: #6E6E6E. Windows color (decimal): -9081998 or 7498613. OLE color: 7498613.

HSL color Cylindrical-coordinate representation of color #756B72: hue angle of 318º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #756B72 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB117107114-
CMYK00.090.030.54
HSL318º4.46%43.92%-
HSV(B)318º8.55%45.88%-
XYZ15.6315.5118.09-
YUV110.79129.81132.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=34.62%
G=31.66%
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.54
SystemRedGreenBlueCMYKHSL
Decimal11710711400.090.030.543184.4643.92
Hex756B720933613e42c
Octal165153162011366476454
Binary1110101110101111100100100111110110100111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756B72; }

 p { color: rgb(117,107,114); }

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

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

 a { background-color: rgb(117,107,114); }

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

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

 span { border-color: rgb(117,107,114); }

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