#7F727A

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

Shades of Monsoon #7F727A

Tints of Monsoon #7F727A

Color information

#7F727A (or 0x7F727A) is unknown color: approx Monsoon. HEX triplet: 7F, 72 and 7A. RGB value is (127,114,122). Sum of RGB (Red+Green+Blue) = 127+114+122=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 127 - color contains mainly: red. Hex color #7F727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F727A is #808D85. Grayscale: #767676. Windows color (decimal): -8424838 or 8024703. OLE color: 8024703.

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

Color convert

RGB127114122-
CMYK00.100.040.50
HSL323.08º5.39%47.25%-
HSV(B)323.08º10.24%49.8%-
XYZ18.2817.9520.91-
YUV118.8129.81133.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.99%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=34.99%
G=31.40%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711412200.100.040.50323.085.3947.25
Hex7F727A0A43214352f
Octal177162172012462503557
Binary11111111110010111101001010100110010101000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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