Html Css Color HEX #746970 Monsoon

📋 copy color: '#746970'

red 116 ◦ green 105 ◦ blue 112

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

Shades of Monsoon #746970

Tints of Monsoon #746970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.63%

R = 34.83%
G = 31.53%
B = 33.63%

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

#746970 (or 0x746970) is known color: Monsoon. HEX triplet: 74, 69 and 70. RGB value is (116,105,112). Sum of RGB (Red+Green+Blue) = 116+105+112=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 116 - color contains mainly: red. Hex color #746970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746970 is #8B968F. Grayscale: #6D6D6D. Windows color (decimal): -9148048 or 7367028. OLE color: 7367028.

HSL color Cylindrical-coordinate representation of color #746970: hue angle of 321.82º 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 #746970 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 112 -
CMYK 0 0.09 0.03 0.55
HSL 321.82º 0.05% 0.43% -
HSV(B) 321.82º 0.09% 0.45% -
XYZ 15.18 14.99 17.42 -
YUV 109.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 116 105 112 0 0.09 0.03 0.55 321.82 0.05 0.43
Hex 74 69 70 0 9 3 37 142 5 2B
Octal 164 151 160 0 11 3 67 502 5 53
Binary 1110100 1101001 1110000 0 1001 11 110111 101000010 101 101011

Color Harmonies of #746970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746970

Black with #746970

Text Example


Text Example

White with #746970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746970; }

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

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

background-color css

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

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

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

border-color css

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

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

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