#76618A

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

Shades of Mamba #76618A

Tints of Mamba #76618A

Color information

#76618A (or 0x76618A) is unknown color: approx Mamba. HEX triplet: 76, 61 and 8A. RGB value is (118,97,138). Sum of RGB (Red+Green+Blue) = 118+97+138=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #76618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76618A is #899E75. Grayscale: #6B6B6B. Windows color (decimal): -9018998 or 9068918. OLE color: 9068918.

HSL color Cylindrical-coordinate representation of color #76618A: hue angle of 270.73º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76618A is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11897138-
CMYK0.140.3000.46
HSL270.73º17.45%46.08%-
HSV(B)270.73º29.71%54.12%-
XYZ16.3314.2425.93-
YUV107.95144.96135.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=33.43%
G=27.48%
B=39.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118971380.140.3000.46270.7317.4546.08
Hex76618AE1E02E10f112e
Octal16614121216360564172156
Binary1110110110000110001010111011110010111010000111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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