#7F797D

Color #7F797D Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #7F797D

Tints of Monsoon #7F797D

Color information

#7F797D (or 0x7F797D) is unknown color: approx Monsoon. HEX triplet: 7F, 79 and 7D. RGB value is (127,121,125). Sum of RGB (Red+Green+Blue) = 127+121+125=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 127 - color contains mainly: red. Hex color #7F797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F797D is #808682. Grayscale: #7B7B7B. Windows color (decimal): -8423043 or 8223103. OLE color: 8223103.

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

Color convert

RGB127121125-
CMYK00.050.020.50
HSL320º2.42%48.63%-
HSV(B)320º4.72%49.8%-
XYZ19.2919.6722.18-
YUV123.25128.99130.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.05%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=34.05%
G=32.44%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12712112500.050.020.503202.4248.63
Hex7F797D05232140231
Octal17717117505262500261
Binary11111111111001111110101011011001010100000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F797D;
 }
 .AnyTagClassName
 {
   color: #7F797D;
 }
</style>
background-color css

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

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

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

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

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

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