#7B698B

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

Shades of Mamba #7B698B

Tints of Mamba #7B698B

Color information

#7B698B (or 0x7B698B) is unknown color: approx Mamba. HEX triplet: 7B, 69 and 8B. RGB value is (123,105,139). Sum of RGB (Red+Green+Blue) = 123+105+139=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B698B is #849674. Grayscale: #727272. Windows color (decimal): -8689269 or 9136507. OLE color: 9136507.

HSL color Cylindrical-coordinate representation of color #7B698B: hue angle of 271.76º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B698B is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB123105139-
CMYK0.120.2400.45
HSL271.76º13.93%47.84%-
HSV(B)271.76º24.46%54.51%-
XYZ17.8816.1826.61-
YUV114.26141.96134.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.51%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=33.51%
G=28.61%
B=37.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1231051390.120.2400.45271.7613.9347.84
Hex7B698BC1802D110e30
Octal17315121314300554201660
Binary111101111010011000101111001100001011011000100001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,105,139); }

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

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

 a { background-color: rgb(123,105,139); }

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

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

 span { border-color: rgb(123,105,139); }

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