#7F707B

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

Shades of Monsoon #7F707B

Tints of Monsoon #7F707B

Color information

#7F707B (or 0x7F707B) is unknown color: approx Monsoon. HEX triplet: 7F, 70 and 7B. RGB value is (127,112,123). Sum of RGB (Red+Green+Blue) = 127+112+123=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 127 - color contains mainly: red. Hex color #7F707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F707B is #808F84. Grayscale: #757575. Windows color (decimal): -8425349 or 8089727. OLE color: 8089727.

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

Color convert

RGB127112123-
CMYK00.120.030.50
HSL316º6.28%46.86%-
HSV(B)316º11.81%49.8%-
XYZ18.1217.5321.17-
YUV117.74130.97134.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.08%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=35.08%
G=30.94%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711212300.120.030.503166.2846.86
Hex7F707B0C33213c62f
Octal177160173014362474657
Binary1111111111000011110110110011110010100111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,112,123); }

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

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

 a { background-color: rgb(127,112,123); }

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

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

 span { border-color: rgb(127,112,123); }

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