#7B6474

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

Shades of Monsoon #7B6474

Tints of Monsoon #7B6474

Color information

#7B6474 (or 0x7B6474) is unknown color: approx Monsoon. HEX triplet: 7B, 64 and 74. RGB value is (123,100,116). Sum of RGB (Red+Green+Blue) = 123+100+116=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6474 is #849B8B. Grayscale: #6C6C6C. Windows color (decimal): -8690572 or 7627899. OLE color: 7627899.

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

Color convert

RGB123100116-
CMYK00.190.060.52
HSL318.26º10.31%43.73%-
HSV(B)318.26º18.7%48.24%-
XYZ15.8814.5918.5-
YUV108.7132.12138.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.28%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=36.28%
G=29.50%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310011600.190.060.52318.2610.3143.73
Hex7B647401363413ea2c
Octal1731441640236644761254
Binary1111011110010011101000100111101101001001111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,100,116); }

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

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

 a { background-color: rgb(123,100,116); }

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

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

 span { border-color: rgb(123,100,116); }

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