#7B6489

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

Shades of Mamba #7B6489

Tints of Mamba #7B6489

Color information

#7B6489 (or 0x7B6489) is unknown color: approx Mamba. HEX triplet: 7B, 64 and 89. RGB value is (123,100,137). Sum of RGB (Red+Green+Blue) = 123+100+137=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B6489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6489 is #849B76. Grayscale: #6E6E6E. Windows color (decimal): -8690551 or 9004155. OLE color: 9004155.

HSL color Cylindrical-coordinate representation of color #7B6489: hue angle of 277.3º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B6489 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB123100137-
CMYK0.100.2700.46
HSL277.3º15.61%46.47%-
HSV(B)277.3º27.01%53.73%-
XYZ17.2415.1325.68-
YUV111.1142.62136.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.17%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=34.17%
G=27.78%
B=38.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1231001370.100.2700.46277.315.6146.47
Hex7B6489A1B02E115102e
Octal17314421112330564252056
Binary1111011110010010001001101011011010111010001010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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