#7F787D

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

Shades of Monsoon #7F787D

Tints of Monsoon #7F787D

Color information

#7F787D (or 0x7F787D) is unknown color: approx Monsoon. HEX triplet: 7F, 78 and 7D. RGB value is (127,120,125). Sum of RGB (Red+Green+Blue) = 127+120+125=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 127 - color contains mainly: red. Hex color #7F787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F787D is #808782. Grayscale: #7A7A7A. Windows color (decimal): -8423299 or 8222847. OLE color: 8222847.

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

Color convert

RGB127120125-
CMYK00.060.020.50
HSL317.14º2.83%48.43%-
HSV(B)317.14º5.51%49.8%-
XYZ19.1719.4322.14-
YUV122.66129.32131.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.14%
GREEN value IS 120 (47.27% from 255) = 32.26%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=34.14%
G=32.26%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12712012500.060.020.50317.142.8348.43
Hex7F787D0623213d330
Octal17717017506262475360
Binary11111111111000111110101101011001010011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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