#7B6874

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

Shades of Monsoon #7B6874

Tints of Monsoon #7B6874

Color information

#7B6874 (or 0x7B6874) is unknown color: approx Monsoon. HEX triplet: 7B, 68 and 74. RGB value is (123,104,116). Sum of RGB (Red+Green+Blue) = 123+104+116=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6874 is #84978B. Grayscale: #6F6F6F. Windows color (decimal): -8689548 or 7628923. OLE color: 7628923.

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

Color convert

RGB123104116-
CMYK00.150.060.52
HSL322.11º8.37%44.51%-
HSV(B)322.11º15.45%48.24%-
XYZ16.2715.3718.63-
YUV111.05130.79136.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.86%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=35.86%
G=30.32%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310411600.150.060.52322.118.3744.51
Hex7B68740F63414282d
Octal1731501640176645021055
Binary111101111010001110100011111101101001010000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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