#756970

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

Shades of Monsoon #756970

Tints of Monsoon #756970

Color information

#756970 (or 0x756970) is unknown color: approx Monsoon. HEX triplet: 75, 69 and 70. RGB value is (117,105,112). Sum of RGB (Red+Green+Blue) = 117+105+112=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #756970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756970 is #8A968F. Grayscale: #6D6D6D. Windows color (decimal): -9082512 or 7367029. OLE color: 7367029.

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

Color convert

RGB117105112-
CMYK00.100.040.54
HSL325º5.41%43.53%-
HSV(B)325º10.26%45.88%-
XYZ15.3115.0517.43-
YUV109.39129.48133.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=35.03%
G=31.44%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710511200.100.040.543255.4143.53
Hex7569700A43614552c
Octal165151160012466505554
Binary11101011101001111000001010100110110101000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756970; }

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

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

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

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

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

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

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

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