#7B6289

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

Shades of Mamba #7B6289

Tints of Mamba #7B6289

Color information

#7B6289 (or 0x7B6289) is unknown color: approx Mamba. HEX triplet: 7B, 62 and 89. RGB value is (123,98,137). Sum of RGB (Red+Green+Blue) = 123+98+137=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B6289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6289 is #849D76. Grayscale: #6D6D6D. Windows color (decimal): -8691063 or 9003643. OLE color: 9003643.

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

Color convert

RGB12398137-
CMYK0.100.2800.46
HSL278.46º16.6%46.08%-
HSV(B)278.46º28.47%53.73%-
XYZ17.0514.7525.62-
YUV109.92143.28137.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.36%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 137 (53.91% from 255) = 38.27%
R=34.36%
G=27.37%
B=38.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123981370.100.2800.46278.4616.646.08
Hex7B6289A1C02E116112e
Octal17314221112340564262156
Binary1111011110001010001001101011100010111010001011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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