Shades of Axolotl #677A5C
Tints of Axolotl #677A5C
RGB
CMYK
RGB Variations
Color information
#677A5C (or 0x677A5C) is known color: Axolotl. HEX triplet: 67, 7A and 5C. RGB value is (103,122,92). Sum of RGB (Red+Green+Blue) = 103+122+92=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 122 - color contains mainly: green. Hex color #677A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677A5C is #9885A3. Grayscale: #717171. Windows color (decimal): -9995684 or 6060647. OLE color: 6060647.
HSL color Cylindrical-coordinate representation of color #677A5C: hue angle of 98º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #677A5C is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 122 | 92 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.52 |
| HSL | 98º | 0.14% | 0.42% | - |
| HSV(B) | 98º | 0.25% | 0.48% | - |
| XYZ | 14.48 | 17.58 | 12.75 | - |
| YUV | 112.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 92 | 0.16 | 0 | 0.25 | 0.52 | 98 | 0.14 | 0.42 |
| Hex | 67 | 7A | 5C | 10 | 0 | 19 | 34 | 62 | E | 2A |
| Octal | 147 | 172 | 134 | 20 | 0 | 31 | 64 | 142 | 16 | 52 |
| Binary | 1100111 | 1111010 | 1011100 | 10000 | 0 | 11001 | 110100 | 1100010 | 1110 | 101010 |
Color Harmonies of #677A5C
Complementary color
Monochromatic Colors of #677A5C
Black with #677A5C
Text Example
Text Example
White with #677A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A5C; }
p { color: rgb(103,122,92); }
H1.HeaderClassName
{
color: #677A5C;
}
.AnyTagClassName
{
color: #677A5C;
}
</style>
background-color css
<style>
a { background-color: #677A5C; }
a { background-color: rgb(103,122,92); }
div.DivClassName
{
background-color: #677A5C;
}
.BgClassName
{
background-color: #677A5C;
}
</style>
border-color css
<style>
span { border-color: #677A5C; }
span { border-color: rgb(103,122,92); }
td.TdClassName
{
border-color: #677A5C;
}
.TagClassName
{
border-color: #677A5C;
}
</style>