#7B6790

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

Shades of Mamba #7B6790

Tints of Mamba #7B6790

Color information

#7B6790 (or 0x7B6790) is unknown color: approx Mamba. HEX triplet: 7B, 67 and 90. RGB value is (123,103,144). Sum of RGB (Red+Green+Blue) = 123+103+144=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B6790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6790 is #84986F. Grayscale: #717171. Windows color (decimal): -8689776 or 9463675. OLE color: 9463675.

HSL color Cylindrical-coordinate representation of color #7B6790: hue angle of 269.27º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B6790 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB123103144-
CMYK0.150.2800.44
HSL269.27º16.6%48.43%-
HSV(B)269.27º28.47%56.47%-
XYZ18.0515.9328.51-
YUV113.65145.13134.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.24%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=33.24%
G=27.84%
B=38.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231031440.150.2800.44269.2716.648.43
Hex7B6790F1C02C10d1130
Octal17314722017340544152160
Binary1111011110011110010000111111100010110010000110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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