#7F767D

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

Shades of Monsoon #7F767D

Tints of Monsoon #7F767D

Color information

#7F767D (or 0x7F767D) is unknown color: approx Monsoon. HEX triplet: 7F, 76 and 7D. RGB value is (127,118,125). Sum of RGB (Red+Green+Blue) = 127+118+125=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 127 - color contains mainly: red. Hex color #7F767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F767D is #808982. Grayscale: #797979. Windows color (decimal): -8423811 or 8222335. OLE color: 8222335.

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

Color convert

RGB127118125-
CMYK00.070.020.50
HSL313.33º3.67%48.04%-
HSV(B)313.33º7.09%49.8%-
XYZ18.9318.9522.06-
YUV121.49129.98131.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.32%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 125 (49.22% from 255) = 33.78%
R=34.32%
G=31.89%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711812500.070.020.50313.333.6748.04
Hex7F767D07232139430
Octal17716617507262471460
Binary111111111101101111101011110110010100111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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