#756870

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

Shades of Monsoon #756870

Tints of Monsoon #756870

Color information

#756870 (or 0x756870) is unknown color: approx Monsoon. HEX triplet: 75, 68 and 70. RGB value is (117,104,112). Sum of RGB (Red+Green+Blue) = 117+104+112=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756870 is #8A978F. Grayscale: #6C6C6C. Windows color (decimal): -9082768 or 7366773. OLE color: 7366773.

HSL color Cylindrical-coordinate representation of color #756870: hue angle of 323.08º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #756870 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB117104112-
CMYK00.110.040.54
HSL323.08º5.88%43.33%-
HSV(B)323.08º11.11%45.88%-
XYZ15.2114.8517.39-
YUV108.8129.81133.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=35.14%
G=31.23%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710411200.110.040.54323.085.8843.33
Hex7568700B43614362b
Octal165150160013466503653
Binary11101011101000111000001011100110110101000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756870; }

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

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

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

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

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

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

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

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