#76668A

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

Shades of Mamba #76668A

Tints of Mamba #76668A

Color information

#76668A (or 0x76668A) is unknown color: approx Mamba. HEX triplet: 76, 66 and 8A. RGB value is (118,102,138). Sum of RGB (Red+Green+Blue) = 118+102+138=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #76668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76668A is #899975. Grayscale: #6E6E6E. Windows color (decimal): -9017718 or 9070198. OLE color: 9070198.

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

Color convert

RGB118102138-
CMYK0.140.2600.46
HSL266.67º15%47.06%-
HSV(B)266.67º26.09%54.12%-
XYZ16.8115.1926.09-
YUV110.89143.3133.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=32.96%
G=28.49%
B=38.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181021380.140.2600.46266.671547.06
Hex76668AE1A02E10bf2f
Octal16614621216320564131757
Binary111011011001101000101011101101001011101000010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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