#7B6787

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

Shades of Mamba #7B6787

Tints of Mamba #7B6787

Color information

#7B6787 (or 0x7B6787) is unknown color: approx Mamba. HEX triplet: 7B, 67 and 87. RGB value is (123,103,135). Sum of RGB (Red+Green+Blue) = 123+103+135=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B6787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6787 is #849878. Grayscale: #707070. Windows color (decimal): -8689785 or 8873851. OLE color: 8873851.

HSL color Cylindrical-coordinate representation of color #7B6787: hue angle of 277.5º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B6787 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB123103135-
CMYK0.090.2400.47
HSL277.5º13.45%46.67%-
HSV(B)277.5º23.7%52.94%-
XYZ17.3915.6625.03-
YUV112.63140.63135.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.07%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=34.07%
G=28.53%
B=37.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1231031350.090.2400.47277.513.4546.67
Hex7B678791802F116d2f
Octal17314720711300574261557
Binary111101111001111000011110011100001011111000101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,103,135); }

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

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

 a { background-color: rgb(123,103,135); }

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

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

 span { border-color: rgb(123,103,135); }

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