#7D668C

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

Shades of Mamba #7D668C

Tints of Mamba #7D668C

Color information

#7D668C (or 0x7D668C) is unknown color: approx Mamba. HEX triplet: 7D, 66 and 8C. RGB value is (125,102,140). Sum of RGB (Red+Green+Blue) = 125+102+140=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D668C is #829973. Grayscale: #717171. Windows color (decimal): -8558964 or 9201277. OLE color: 9201277.

HSL color Cylindrical-coordinate representation of color #7D668C: hue angle of 276.32º 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 #7D668C is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB125102140-
CMYK0.110.2700.45
HSL276.32º15.7%47.45%-
HSV(B)276.32º27.14%54.9%-
XYZ17.9415.7626.91-
YUV113.21143.12136.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.06%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 140 (55.08% from 255) = 38.15%
R=34.06%
G=27.79%
B=38.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1251021400.110.2700.45276.3215.747.45
Hex7D668CB1B02D114102f
Octal17514621413330554242057
Binary1111101110011010001100101111011010110110001010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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