Html Css Color HEX #746770 Monsoon

📋 copy color: '#746770'

red 116 ◦ green 103 ◦ blue 112

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

Shades of Monsoon #746770

Tints of Monsoon #746770

RGB

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

 GREEN value IS 103 (40.63% 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 value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#746770 (or 0x746770) is known color: 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

RGB 116 103 112 -
CMYK 0 0.11 0.03 0.55
HSL 318.46º 0.06% 0.43% -
HSV(B) 318.46º 0.11% 0.45% -
XYZ 14.98 14.58 17.35 -
YUV 107.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 116 103 112 0 0.11 0.03 0.55 318.46 0.06 0.43
Hex 74 67 70 0 B 3 37 13E 6 2B
Octal 164 147 160 0 13 3 67 476 6 53
Binary 1110100 1100111 1110000 0 1011 11 110111 100111110 110 101011

Color Harmonies of #746770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746770

Black with #746770

Text Example


Text Example

White with #746770

Text Example


Text Example

HTML Codes & Css Web 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>