#7D6788

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

Shades of Mamba #7D6788

Tints of Mamba #7D6788

Color information

#7D6788 (or 0x7D6788) is unknown color: approx Mamba. HEX triplet: 7D, 67 and 88. RGB value is (125,103,136). Sum of RGB (Red+Green+Blue) = 125+103+136=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D6788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6788 is #829877. Grayscale: #717171. Windows color (decimal): -8558712 or 8939389. OLE color: 8939389.

HSL color Cylindrical-coordinate representation of color #7D6788: hue angle of 280º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D6788 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB125103136-
CMYK0.080.2400.47
HSL280º13.81%46.86%-
HSV(B)280º24.26%53.33%-
XYZ17.7515.8425.41-
YUV113.34140.79136.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.34%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=34.34%
G=28.30%
B=37.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251031360.080.2400.4728013.8146.86
Hex7D678881802F118e2f
Octal17514721010300574301657
Binary111110111001111000100010001100001011111000110001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,103,136); }

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

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

 a { background-color: rgb(125,103,136); }

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

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

 span { border-color: rgb(125,103,136); }

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