Shades of Mamba #7F698D
Tints of Mamba #7F698D
RGB
CMYK
RGB Variations
Color information
#7F698D (or 0x7F698D) is known color: Mamba. HEX triplet: 7F, 69 and 8D. RGB value is (127,105,141). Sum of RGB (Red+Green+Blue) = 127+105+141=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F698D is #809672. Grayscale: #737373. Windows color (decimal): -8427123 or 9267583. OLE color: 9267583.
HSL color Cylindrical-coordinate representation of color #7F698D: hue angle of 276.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F698D is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 127 | 105 | 141 | - |
CMYK | 0.10 | 0.26 | 0 | 0.45 |
HSL | 276.67º | 0.15% | 0.48% | - |
HSV(B) | 276.67º | 0.26% | 0.55% | - |
XYZ | 18.61 | 16.54 | 27.41 | - |
YUV | 115.68 | 142.29 | 136.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 105 | 141 | 0.10 | 0.26 | 0 | 0.45 | 276.67 | 0.15 | 0.48 |
Hex | 7F | 69 | 8D | A | 1A | 0 | 2D | 115 | F | 30 |
Octal | 177 | 151 | 215 | 12 | 32 | 0 | 55 | 425 | 17 | 60 |
Binary | 1111111 | 1101001 | 10001101 | 1010 | 11010 | 0 | 101101 | 100010101 | 1111 | 110000 |
Color Harmonies of #7F698D
Complementary color
Monochromatic Colors of #7F698D
Black with #7F698D
Text Example
Text Example
White with #7F698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F698D; }
p { color: rgb(127,105,141); }
H1.HeaderClassName
{
color: #7F698D;
}
.AnyTagClassName
{
color: #7F698D;
}
</style>
background-color css
<style>
a { background-color: #7F698D; }
a { background-color: rgb(127,105,141); }
div.DivClassName
{
background-color: #7F698D;
}
.BgClassName
{
background-color: #7F698D;
}
</style>
border-color css
<style>
span { border-color: #7F698D; }
span { border-color: rgb(127,105,141); }
td.TdClassName
{
border-color: #7F698D;
}
.TagClassName
{
border-color: #7F698D;
}
</style>