Html Css Color HEX #7F7079 Monsoon

📋 copy color: '#7F7079'

red 127 ◦ green 112 ◦ blue 121

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

Shades of Monsoon #7F7079

Tints of Monsoon #7F7079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 35.28%
G = 31.11%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#7F7079 (or 0x7F7079) is known color: Monsoon. HEX triplet: 7F, 70 and 79. RGB value is (127,112,121). Sum of RGB (Red+Green+Blue) = 127+112+121=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7079 is #808F86. Grayscale: #757575. Windows color (decimal): -8425351 or 7958655. OLE color: 7958655.

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

Color convert

RGB 127 112 121 -
CMYK 0 0.12 0.05 0.50
HSL 324º 0.06% 0.47% -
HSV(B) 324º 0.12% 0.5% -
XYZ 18 17.48 20.51 -
YUV 117.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 127 112 121 0 0.12 0.05 0.50 324 0.06 0.47
Hex 7F 70 79 0 C 5 32 144 6 2F
Octal 177 160 171 0 14 5 62 504 6 57
Binary 1111111 1110000 1111001 0 1100 101 110010 101000100 110 101111

Color Harmonies of #7F7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7079

Black with #7F7079

Text Example


Text Example

White with #7F7079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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