#746770

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

Shades of Monsoon #746770

Tints of Monsoon #746770

Color information

#746770 (or 0x746770) is unknown color: approx Monsoon. HEX triplet: 74, 67 and 70. RGB value is (116,103,112). Sum of RGB (Red+Green+Blue) = 116+103+112=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #746770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746770 is #8B988F. Grayscale: #6B6B6B. Windows color (decimal): -9148560 or 7366516. OLE color: 7366516.

HSL color Cylindrical-coordinate representation of color #746770: hue angle of 318.46º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #746770 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB116103112-
CMYK00.110.030.55
HSL318.46º5.94%42.94%-
HSV(B)318.46º11.21%45.49%-
XYZ14.9814.5817.35-
YUV107.91130.31133.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=35.05%
G=31.12%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610311200.110.030.55318.465.9442.94
Hex7467700B33713e62b
Octal164147160013367476653
Binary1110100110011111100000101111110111100111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746770; }

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

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

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

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

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

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

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

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