#76608A

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

Shades of Mamba #76608A

Tints of Mamba #76608A

Color information

#76608A (or 0x76608A) is unknown color: approx Mamba. HEX triplet: 76, 60 and 8A. RGB value is (118,96,138). Sum of RGB (Red+Green+Blue) = 118+96+138=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #76608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76608A is #899F75. Grayscale: #6B6B6B. Windows color (decimal): -9019254 or 9068662. OLE color: 9068662.

HSL color Cylindrical-coordinate representation of color #76608A: hue angle of 271.43º degrees, saturation: 0.18, 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 #76608A is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11896138-
CMYK0.140.3000.46
HSL271.43º17.95%45.88%-
HSV(B)271.43º30.43%54.12%-
XYZ16.2414.0525.9-
YUV107.37145.29135.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=33.52%
G=27.27%
B=39.20%

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
Decimal118961380.140.3000.46271.4317.9545.88
Hex76608AE1E02E10f122e
Octal16614021216360564172256
Binary1110110110000010001010111011110010111010000111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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