#767075

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

Shades of Monsoon #767075

Tints of Monsoon #767075

Color information

#767075 (or 0x767075) is unknown color: approx Monsoon. HEX triplet: 76, 70 and 75. RGB value is (118,112,117). Sum of RGB (Red+Green+Blue) = 118+112+117=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 118 - color contains mainly: red. Hex color #767075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767075 is #898F8A. Grayscale: #727272. Windows color (decimal): -9015179 or 7696502. OLE color: 7696502.

HSL color Cylindrical-coordinate representation of color #767075: hue angle of 310º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #767075 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB118112117-
CMYK00.050.010.54
HSL310º2.61%45.1%-
HSV(B)310º5.08%46.27%-
XYZ16.4816.7219.19-
YUV114.36129.49130.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=34.01%
G=32.28%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811211700.050.010.543102.6145.1
Hex7670750513613632d
Octal16616016505166466355
Binary1110110111000011101010101111011010011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767075; }

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

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

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

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

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

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

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

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