#7F7178

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

Shades of Monsoon #7F7178

Tints of Monsoon #7F7178

Color information

#7F7178 (or 0x7F7178) is unknown color: approx Monsoon. HEX triplet: 7F, 71 and 78. RGB value is (127,113,120). Sum of RGB (Red+Green+Blue) = 127+113+120=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7178 is #808E87. Grayscale: #757575. Windows color (decimal): -8425096 or 7893375. OLE color: 7893375.

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

Color convert

RGB127113120-
CMYK00.110.060.50
HSL330º5.83%47.06%-
HSV(B)330º11.02%49.8%-
XYZ18.0517.6820.23-
YUV117.98129.14134.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=35.28%
G=31.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711312000.110.060.503305.8347.06
Hex7F71780B63214a62f
Octal177161170013662512657
Binary11111111110001111100001011110110010101001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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