#75666F

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

Shades of Monsoon #75666F

Tints of Monsoon #75666F

Color information

#75666F (or 0x75666F) is unknown color: approx Monsoon. HEX triplet: 75, 66 and 6F. RGB value is (117,102,111). Sum of RGB (Red+Green+Blue) = 117+102+111=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #75666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75666F is #8A9990. Grayscale: #6B6B6B. Windows color (decimal): -9083281 or 7300725. OLE color: 7300725.

HSL color Cylindrical-coordinate representation of color #75666F: hue angle of 324º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #75666F is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB117102111-
CMYK00.130.050.54
HSL324º6.85%42.94%-
HSV(B)324º12.82%45.88%-
XYZ14.9614.4317.04-
YUV107.51129.97134.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=35.45%
G=30.91%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710211100.130.050.543246.8542.94
Hex75666F0D53614472b
Octal165146157015566504753
Binary11101011100110110111101101101110110101000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75666F; }

 p { color: rgb(117,102,111); }

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

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

 a { background-color: rgb(117,102,111); }

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

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

 span { border-color: rgb(117,102,111); }

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