#7B648F

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

Shades of Mamba #7B648F

Tints of Mamba #7B648F

Color information

#7B648F (or 0x7B648F) is unknown color: approx Mamba. HEX triplet: 7B, 64 and 8F. RGB value is (123,100,143). Sum of RGB (Red+Green+Blue) = 123+100+143=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 143 - color contains mainly: blue. Hex color #7B648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B648F is #849B70. Grayscale: #6F6F6F. Windows color (decimal): -8690545 or 9397371. OLE color: 9397371.

HSL color Cylindrical-coordinate representation of color #7B648F: hue angle of 272.09º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B648F is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB123100143-
CMYK0.140.3000.44
HSL272.09º17.7%47.65%-
HSV(B)272.09º30.07%56.08%-
XYZ17.6815.3128.01-
YUV111.78145.62136-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.61%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 143 (56.25% from 255) = 39.07%
R=33.61%
G=27.32%
B=39.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231001430.140.3000.44272.0917.747.65
Hex7B648FE1E02C1101230
Octal17314421716360544202260
Binary1111011110010010001111111011110010110010001000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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