#746B70

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

Shades of Monsoon #746B70

Tints of Monsoon #746B70

Color information

#746B70 (or 0x746B70) is unknown color: approx Monsoon. HEX triplet: 74, 6B and 70. RGB value is (116,107,112). Sum of RGB (Red+Green+Blue) = 116+107+112=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 116 - color contains mainly: red. Hex color #746B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B70 is #8B948F. Grayscale: #6E6E6E. Windows color (decimal): -9147536 or 7367540. OLE color: 7367540.

HSL color Cylindrical-coordinate representation of color #746B70: hue angle of 326.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #746B70 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB116107112-
CMYK00.080.030.55
HSL326.67º4.04%43.73%-
HSV(B)326.67º7.76%45.49%-
XYZ15.3815.417.49-
YUV110.26128.98132.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=34.63%
G=31.94%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610711200.080.030.55326.674.0443.73
Hex746B700833714742c
Octal164153160010367507454
Binary1110100110101111100000100011110111101000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746B70; }

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

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

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

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

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

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

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

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