#76697C

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

Shades of Mamba #76697C

Tints of Mamba #76697C

Color information

#76697C (or 0x76697C) is unknown color: approx Mamba. HEX triplet: 76, 69 and 7C. RGB value is (118,105,124). Sum of RGB (Red+Green+Blue) = 118+105+124=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #76697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76697C is #899683. Grayscale: #6E6E6E. Windows color (decimal): -9016964 or 8153462. OLE color: 8153462.

HSL color Cylindrical-coordinate representation of color #76697C: hue angle of 281.05º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76697C is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB118105124-
CMYK0.050.1500.51
HSL281.05º8.3%44.9%-
HSV(B)281.05º15.32%48.63%-
XYZ16.1615.4121.19-
YUV111.05135.31132.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=34.01%
G=30.26%
B=35.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181051240.050.1500.51281.058.344.9
Hex76697C5F03311982d
Octal1661511745170634311055
Binary111011011010011111100101111101100111000110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,105,124); }

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

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

 a { background-color: rgb(118,105,124); }

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

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

 span { border-color: rgb(118,105,124); }

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