#76618B

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

Shades of Mamba #76618B

Tints of Mamba #76618B

Color information

#76618B (or 0x76618B) is unknown color: approx Mamba. HEX triplet: 76, 61 and 8B. RGB value is (118,97,139). Sum of RGB (Red+Green+Blue) = 118+97+139=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #76618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76618B is #899E74. Grayscale: #6B6B6B. Windows color (decimal): -9018997 or 9134454. OLE color: 9134454.

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

Color convert

RGB11897139-
CMYK0.150.3000.45
HSL270º17.8%46.27%-
HSV(B)270º30.22%54.51%-
XYZ16.4114.2726.31-
YUV108.07145.46135.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=33.33%
G=27.40%
B=39.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118971390.150.3000.4527017.846.27
Hex76618BF1E02D10e122e
Octal16614121317360554162256
Binary1110110110000110001011111111110010110110000111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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