#767074

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

Shades of Monsoon #767074

Tints of Monsoon #767074

Color information

#767074 (or 0x767074) is unknown color: approx Monsoon. HEX triplet: 76, 70 and 74. RGB value is (118,112,116). Sum of RGB (Red+Green+Blue) = 118+112+116=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 118 - color contains mainly: red. Hex color #767074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767074 is #898F8B. Grayscale: #727272. Windows color (decimal): -9015180 or 7630966. OLE color: 7630966.

HSL color Cylindrical-coordinate representation of color #767074: hue angle of 320º 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 #767074 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB118112116-
CMYK00.050.020.54
HSL320º2.61%45.1%-
HSV(B)320º5.08%46.27%-
XYZ16.4216.718.88-
YUV114.25128.99130.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 116 (45.70% from 255) = 33.53%
R=34.10%
G=32.37%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811211600.050.020.543202.6145.1
Hex7670740523614032d
Octal16616016405266500355
Binary11101101110000111010001011011011010100000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767074; }

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

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

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

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

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

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

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

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