#76658A

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

Shades of Mamba #76658A

Tints of Mamba #76658A

Color information

#76658A (or 0x76658A) is unknown color: approx Mamba. HEX triplet: 76, 65 and 8A. RGB value is (118,101,138). Sum of RGB (Red+Green+Blue) = 118+101+138=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #76658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76658A is #899A75. Grayscale: #6E6E6E. Windows color (decimal): -9017974 or 9069942. OLE color: 9069942.

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

Color convert

RGB118101138-
CMYK0.140.2700.46
HSL267.57º15.48%46.86%-
HSV(B)267.57º26.81%54.12%-
XYZ16.7114.9926.06-
YUV110.3143.63133.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=33.05%
G=28.29%
B=38.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181011380.140.2700.46267.5715.4846.86
Hex76658AE1B02E10cf2f
Octal16614521216330564141757
Binary111011011001011000101011101101101011101000011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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