Html Css Color HEX #746D72 Monsoon

📋 copy color: '#746D72'

red 116 ◦ green 109 ◦ blue 114

#746D72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #746D72

Tints of Monsoon #746D72

RGB

 RED value IS 116 (45.7% from 255) = 34.22%

 GREEN value IS 109 (42.97% from 255) = 32.15%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 34.22%
G = 32.15%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#746D72 (or 0x746D72) is known color: Monsoon. HEX triplet: 74, 6D and 72. RGB value is (116,109,114). Sum of RGB (Red+Green+Blue) = 116+109+114=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 116 - color contains mainly: red. Hex color #746D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D72 is #8B928D. Grayscale: #6F6F6F. Windows color (decimal): -9147022 or 7499124. OLE color: 7499124.

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

Color convert

RGB 116 109 114 -
CMYK 0 0.06 0.02 0.55
HSL 317.14º 0.03% 0.44% -
HSV(B) 317.14º 0.06% 0.45% -
XYZ 15.71 15.87 18.15 -
YUV 111.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 116 109 114 0 0.06 0.02 0.55 317.14 0.03 0.44
Hex 74 6D 72 0 6 2 37 13D 3 2C
Octal 164 155 162 0 6 2 67 475 3 54
Binary 1110100 1101101 1110010 0 110 10 110111 100111101 11 101100

Color Harmonies of #746D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D72

Black with #746D72

Text Example


Text Example

White with #746D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,109,114); }

 H1.HeaderClassName
 {
   color: #746D72;
 }
 .AnyTagClassName
 {
   color: #746D72;
 }
</style>

background-color css

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

 a { background-color: rgb(116,109,114); }

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

border-color css

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

 span { border-color: rgb(116,109,114); }

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