#76707A

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

Shades of Mamba #76707A

Tints of Mamba #76707A

Color information

#76707A (or 0x76707A) is unknown color: approx Mamba. HEX triplet: 76, 70 and 7A. RGB value is (118,112,122). Sum of RGB (Red+Green+Blue) = 118+112+122=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #76707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76707A is #898F85. Grayscale: #727272. Windows color (decimal): -9015174 or 8024182. OLE color: 8024182.

HSL color Cylindrical-coordinate representation of color #76707A: hue angle of 276º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76707A is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB118112122-
CMYK0.030.0800.52
HSL276º4.27%45.88%-
HSV(B)276º8.2%47.84%-
XYZ16.7816.8520.78-
YUV114.93131.99130.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=33.52%
G=31.82%
B=34.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181121220.030.0800.522764.2745.88
Hex76707A3803411442e
Octal166160172310064424456
Binary1110110111000011110101110000110100100010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,112,122); }

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

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

 a { background-color: rgb(118,112,122); }

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

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

 span { border-color: rgb(118,112,122); }

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