Html Css Color HEX #746971 Monsoon

📋 copy color: '#746971'

red 116 ◦ green 105 ◦ blue 113

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

Shades of Monsoon #746971

Tints of Monsoon #746971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

 BLUE value IS 113 (44.53% from 255) = 33.83%

R = 34.73%
G = 31.44%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#746971 (or 0x746971) is known color: Monsoon. HEX triplet: 74, 69 and 71. RGB value is (116,105,113). Sum of RGB (Red+Green+Blue) = 116+105+113=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 116 - color contains mainly: red. Hex color #746971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746971 is #8B968E. Grayscale: #6D6D6D. Windows color (decimal): -9148047 or 7432564. OLE color: 7432564.

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

Color convert

RGB 116 105 113 -
CMYK 0 0.09 0.03 0.55
HSL 316.36º 0.05% 0.43% -
HSV(B) 316.36º 0.09% 0.45% -
XYZ 15.23 15.01 17.72 -
YUV 109.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 116 105 113 0 0.09 0.03 0.55 316.36 0.05 0.43
Hex 74 69 71 0 9 3 37 13C 5 2B
Octal 164 151 161 0 11 3 67 474 5 53
Binary 1110100 1101001 1110001 0 1001 11 110111 100111100 101 101011

Color Harmonies of #746971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746971

Black with #746971

Text Example


Text Example

White with #746971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746971; }

 p { color: rgb(116,105,113); }

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

background-color css

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

 a { background-color: rgb(116,105,113); }

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

border-color css

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

 span { border-color: rgb(116,105,113); }

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