#7B668E

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

Shades of Mamba #7B668E

Tints of Mamba #7B668E

Color information

#7B668E (or 0x7B668E) is unknown color: approx Mamba. HEX triplet: 7B, 66 and 8E. RGB value is (123,102,142). Sum of RGB (Red+Green+Blue) = 123+102+142=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B668E is #849971. Grayscale: #707070. Windows color (decimal): -8690034 or 9332347. OLE color: 9332347.

HSL color Cylindrical-coordinate representation of color #7B668E: hue angle of 271.5º degrees, saturation: 0.16, 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 #7B668E is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB123102142-
CMYK0.130.2800.44
HSL271.5º16.39%47.84%-
HSV(B)271.5º28.17%55.69%-
XYZ17.815.6727.68-
YUV112.84144.46135.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.51%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=33.51%
G=27.79%
B=38.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231021420.130.2800.44271.516.3947.84
Hex7B668ED1C02C1101030
Octal17314621615340544202060
Binary1111011110011010001110110111100010110010001000010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,102,142); }

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

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

 a { background-color: rgb(123,102,142); }

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

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

 span { border-color: rgb(123,102,142); }

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