#7B6675

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

Shades of Monsoon #7B6675

Tints of Monsoon #7B6675

Color information

#7B6675 (or 0x7B6675) is unknown color: approx Monsoon. HEX triplet: 7B, 66 and 75. RGB value is (123,102,117). Sum of RGB (Red+Green+Blue) = 123+102+117=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6675 is #84998A. Grayscale: #6D6D6D. Windows color (decimal): -8690059 or 7693947. OLE color: 7693947.

HSL color Cylindrical-coordinate representation of color #7B6675: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B6675 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB123102117-
CMYK00.170.050.52
HSL317.14º9.33%44.12%-
HSV(B)317.14º17.07%48.24%-
XYZ16.131518.87-
YUV109.99131.96137.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.96%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=35.96%
G=29.82%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310211700.170.050.52317.149.3344.12
Hex7B667501153413d92c
Octal1731461650215644751154
Binary1111011110011011101010100011011101001001111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,102,117); }

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

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

 a { background-color: rgb(123,102,117); }

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

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

 span { border-color: rgb(123,102,117); }

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