#7F6775

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

Shades of Monsoon #7F6775

Tints of Monsoon #7F6775

Color information

#7F6775 (or 0x7F6775) is unknown color: approx Monsoon. HEX triplet: 7F, 67 and 75. RGB value is (127,103,117). Sum of RGB (Red+Green+Blue) = 127+103+117=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6775 is #80988A. Grayscale: #6F6F6F. Windows color (decimal): -8427659 or 7694207. OLE color: 7694207.

HSL color Cylindrical-coordinate representation of color #7F6775: hue angle of 325º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F6775 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB127103117-
CMYK00.190.080.50
HSL325º10.43%45.1%-
HSV(B)325º18.9%49.8%-
XYZ16.8115.518.93-
YUV111.77130.95138.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.60%
GREEN value IS 103 (40.62% from 255) = 29.68%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=36.60%
G=29.68%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710311700.190.080.5032510.4345.1
Hex7F6775013832145a2d
Octal17714716502310625051255
Binary11111111100111111010101001110001100101010001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,103,117); }

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

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

 a { background-color: rgb(127,103,117); }

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

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

 span { border-color: rgb(127,103,117); }

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