#76628B

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

Shades of Mamba #76628B

Tints of Mamba #76628B

Color information

#76628B (or 0x76628B) is unknown color: approx Mamba. HEX triplet: 76, 62 and 8B. RGB value is (118,98,139). Sum of RGB (Red+Green+Blue) = 118+98+139=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #76628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76628B is #899D74. Grayscale: #6C6C6C. Windows color (decimal): -9018741 or 9134710. OLE color: 9134710.

HSL color Cylindrical-coordinate representation of color #76628B: hue angle of 269.27º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76628B is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11898139-
CMYK0.150.2900.45
HSL269.27º17.3%46.47%-
HSV(B)269.27º29.5%54.51%-
XYZ16.514.4526.35-
YUV108.65145.13134.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=33.24%
G=27.61%
B=39.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118981390.150.2900.45269.2717.346.47
Hex76628BF1D02D10d112e
Octal16614221317350554152156
Binary1110110110001010001011111111101010110110000110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76628B; }

 p { color: rgb(118,98,139); }

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

<style>
 a { background-color: #76628B; }

 a { background-color: rgb(118,98,139); }

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

<style>
 span { border-color: #76628B; }

 span { border-color: rgb(118,98,139); }

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