#7D6288

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

Shades of Mamba #7D6288

Tints of Mamba #7D6288

Color information

#7D6288 (or 0x7D6288) is unknown color: approx Mamba. HEX triplet: 7D, 62 and 88. RGB value is (125,98,136). Sum of RGB (Red+Green+Blue) = 125+98+136=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D6288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6288 is #829D77. Grayscale: #6E6E6E. Windows color (decimal): -8559992 or 8938109. OLE color: 8938109.

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

Color convert

RGB12598136-
CMYK0.080.2800.47
HSL282.63º16.24%45.88%-
HSV(B)282.63º27.94%53.33%-
XYZ17.2714.8725.25-
YUV110.4142.45138.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.82%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=34.82%
G=27.30%
B=37.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125981360.080.2800.47282.6316.2445.88
Hex7D628881C02F11b102e
Octal17514221010340574332056
Binary1111101110001010001000100011100010111110001101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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