Html Css Color HEX #7F7179 Monsoon

📋 copy color: '#7F7179'

red 127 ◦ green 113 ◦ blue 121

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

Shades of Monsoon #7F7179

Tints of Monsoon #7F7179

RGB

 RED value IS 127 (50% from 255) = 35.18%

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 35.18%
G = 31.3%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#7F7179 (or 0x7F7179) is known color: Monsoon. HEX triplet: 7F, 71 and 79. RGB value is (127,113,121). Sum of RGB (Red+Green+Blue) = 127+113+121=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7179 is #808E86. Grayscale: #767676. Windows color (decimal): -8425095 or 7958911. OLE color: 7958911.

HSL color Cylindrical-coordinate representation of color #7F7179: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F7179 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 113 121 -
CMYK 0 0.11 0.05 0.50
HSL 325.71º 0.06% 0.47% -
HSV(B) 325.71º 0.11% 0.5% -
XYZ 18.11 17.7 20.55 -
YUV 118.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 127 113 121 0 0.11 0.05 0.50 325.71 0.06 0.47
Hex 7F 71 79 0 B 5 32 146 6 2F
Octal 177 161 171 0 13 5 62 506 6 57
Binary 1111111 1110001 1111001 0 1011 101 110010 101000110 110 101111

Color Harmonies of #7F7179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7179

Black with #7F7179

Text Example


Text Example

White with #7F7179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7179; }

 p { color: rgb(127,113,121); }

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

background-color css

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

 a { background-color: rgb(127,113,121); }

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

border-color css

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

 span { border-color: rgb(127,113,121); }

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