Shades of Axolotl #6B7765
Tints of Axolotl #6B7765
RGB
CMYK
RGB Variations
Color information
#6B7765 (or 0x6B7765) is known color: Axolotl. HEX triplet: 6B, 77 and 65. RGB value is (107,119,101). Sum of RGB (Red+Green+Blue) = 107+119+101=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7765 is #94889A. Grayscale: #717171. Windows color (decimal): -9734299 or 6649707. OLE color: 6649707.
HSL color Cylindrical-coordinate representation of color #6B7765: hue angle of 100º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B7765 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 101 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.53 |
| HSL | 100º | 0.08% | 0.43% | - |
| HSV(B) | 100º | 0.15% | 0.47% | - |
| XYZ | 15.01 | 17.26 | 14.85 | - |
| YUV | 113.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 101 | 0.10 | 0 | 0.15 | 0.53 | 100 | 0.08 | 0.43 |
| Hex | 6B | 77 | 65 | A | 0 | F | 35 | 64 | 8 | 2B |
| Octal | 153 | 167 | 145 | 12 | 0 | 17 | 65 | 144 | 10 | 53 |
| Binary | 1101011 | 1110111 | 1100101 | 1010 | 0 | 1111 | 110101 | 1100100 | 1000 | 101011 |
Color Harmonies of #6B7765
Complementary color
Monochromatic Colors of #6B7765
Black with #6B7765
Text Example
Text Example
White with #6B7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7765; }
p { color: rgb(107,119,101); }
H1.HeaderClassName
{
color: #6B7765;
}
.AnyTagClassName
{
color: #6B7765;
}
</style>
background-color css
<style>
a { background-color: #6B7765; }
a { background-color: rgb(107,119,101); }
div.DivClassName
{
background-color: #6B7765;
}
.BgClassName
{
background-color: #6B7765;
}
</style>
border-color css
<style>
span { border-color: #6B7765; }
span { border-color: rgb(107,119,101); }
td.TdClassName
{
border-color: #6B7765;
}
.TagClassName
{
border-color: #6B7765;
}
</style>