#7F7A7D

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

Shades of Monsoon #7F7A7D

Tints of Monsoon #7F7A7D

Color information

#7F7A7D (or 0x7F7A7D) is unknown color: approx Monsoon. HEX triplet: 7F, 7A and 7D. RGB value is (127,122,125). Sum of RGB (Red+Green+Blue) = 127+122+125=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7A7D is #808582. Grayscale: #7B7B7B. Windows color (decimal): -8422787 or 8223359. OLE color: 8223359.

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

Color convert

RGB127122125-
CMYK00.040.020.50
HSL324º2.01%48.82%-
HSV(B)324º3.94%49.8%-
XYZ19.4119.9122.22-
YUV123.84128.66130.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.96%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 125 (49.22% from 255) = 33.42%
R=33.96%
G=32.62%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12712212500.040.020.503242.0148.82
Hex7F7A7D04232144231
Octal17717217504262504261
Binary11111111111010111110101001011001010100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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