Html Css Color HEX #746B72 Monsoon

📋 copy color: '#746B72'

red 116 ◦ green 107 ◦ blue 114

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

Shades of Monsoon #746B72

Tints of Monsoon #746B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.75%

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

R = 34.42%
G = 31.75%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#746B72 (or 0x746B72) is known color: Monsoon. HEX triplet: 74, 6B and 72. RGB value is (116,107,114). Sum of RGB (Red+Green+Blue) = 116+107+114=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 116 - color contains mainly: red. Hex color #746B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B72 is #8B948D. Grayscale: #6E6E6E. Windows color (decimal): -9147534 or 7498612. OLE color: 7498612.

HSL color Cylindrical-coordinate representation of color #746B72: hue angle of 313.33º 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 #746B72 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 107 114 -
CMYK 0 0.08 0.02 0.55
HSL 313.33º 0.04% 0.44% -
HSV(B) 313.33º 0.08% 0.45% -
XYZ 15.5 15.44 18.08 -
YUV 110.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 116 107 114 0 0.08 0.02 0.55 313.33 0.04 0.44
Hex 74 6B 72 0 8 2 37 139 4 2C
Octal 164 153 162 0 10 2 67 471 4 54
Binary 1110100 1101011 1110010 0 1000 10 110111 100111001 100 101100

Color Harmonies of #746B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B72

Black with #746B72

Text Example


Text Example

White with #746B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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