#7B668C

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

Shades of Mamba #7B668C

Tints of Mamba #7B668C

Color information

#7B668C (or 0x7B668C) is unknown color: approx Mamba. HEX triplet: 7B, 66 and 8C. RGB value is (123,102,140). Sum of RGB (Red+Green+Blue) = 123+102+140=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #7B668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B668C is #849973. Grayscale: #707070. Windows color (decimal): -8690036 or 9201275. OLE color: 9201275.

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

Color convert

RGB123102140-
CMYK0.120.2700.45
HSL273.16º15.7%47.45%-
HSV(B)273.16º27.14%54.9%-
XYZ17.6515.6126.89-
YUV112.61143.46135.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.70%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=33.70%
G=27.95%
B=38.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1231021400.120.2700.45273.1615.747.45
Hex7B668CC1B02D111102f
Octal17314621414330554212057
Binary1111011110011010001100110011011010110110001000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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