#76618C

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

Shades of Mamba #76618C

Tints of Mamba #76618C

Color information

#76618C (or 0x76618C) is unknown color: approx Mamba. HEX triplet: 76, 61 and 8C. RGB value is (118,97,140). Sum of RGB (Red+Green+Blue) = 118+97+140=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #76618C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76618C is #899E73. Grayscale: #6C6C6C. Windows color (decimal): -9018996 or 9199990. OLE color: 9199990.

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

Color convert

RGB11897140-
CMYK0.160.3100.45
HSL269.3º18.14%46.47%-
HSV(B)269.3º30.71%54.9%-
XYZ16.4814.2926.7-
YUV108.18145.96135-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 140 (55.08% from 255) = 39.44%
R=33.24%
G=27.32%
B=39.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118971400.160.3100.45269.318.1446.47
Hex76618C101F02D10d122e
Octal16614121420370554152256
Binary11101101100001100011001000011111010110110000110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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