#7B648B

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

Shades of Mamba #7B648B

Tints of Mamba #7B648B

Color information

#7B648B (or 0x7B648B) is unknown color: approx Mamba. HEX triplet: 7B, 64 and 8B. RGB value is (123,100,139). Sum of RGB (Red+Green+Blue) = 123+100+139=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B648B is #849B74. Grayscale: #6F6F6F. Windows color (decimal): -8690549 or 9135227. OLE color: 9135227.

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

Color convert

RGB123100139-
CMYK0.120.2800.45
HSL275.38º16.32%46.86%-
HSV(B)275.38º28.06%54.51%-
XYZ17.3915.1926.44-
YUV111.32143.62136.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.98%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=33.98%
G=27.62%
B=38.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1231001390.120.2800.45275.3816.3246.86
Hex7B648BC1C02D113102f
Octal17314421314340554232057
Binary1111011110010010001011110011100010110110001001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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