#756B71

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

Shades of Monsoon #756B71

Tints of Monsoon #756B71

Color information

#756B71 (or 0x756B71) is unknown color: approx Monsoon. HEX triplet: 75, 6B and 71. RGB value is (117,107,113). Sum of RGB (Red+Green+Blue) = 117+107+113=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #756B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B71 is #8A948E. Grayscale: #6E6E6E. Windows color (decimal): -9081999 or 7433077. OLE color: 7433077.

HSL color Cylindrical-coordinate representation of color #756B71: hue angle of 324º 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 #756B71 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB117107113-
CMYK00.090.030.54
HSL324º4.46%43.92%-
HSV(B)324º8.55%45.88%-
XYZ15.5715.4917.79-
YUV110.67129.31132.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=34.72%
G=31.75%
B=33.53%

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
Decimal11710711300.090.030.543244.4643.92
Hex756B710933614442c
Octal165153161011366504454
Binary1110101110101111100010100111110110101000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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