Shades of Nevada #6A7576
Tints of Nevada #6A7576
RGB
CMYK
RGB Variations
Color information
#6A7576 (or 0x6A7576) is known color: Nevada. HEX triplet: 6A, 75 and 76. RGB value is (106,117,118). Sum of RGB (Red+Green+Blue) = 106+117+118=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A7576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7576 is #958A89. Grayscale: #717171. Windows color (decimal): -9800330 or 7763306. OLE color: 7763306.
HSL color Cylindrical-coordinate representation of color #6A7576: hue angle of 185º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A7576 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 117 | 118 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.54 |
| HSL | 185º | 0.05% | 0.44% | - |
| HSV(B) | 185º | 0.1% | 0.46% | - |
| XYZ | 15.58 | 17.09 | 19.62 | - |
| YUV | 113.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 117 | 118 | 0.10 | 0.01 | 0 | 0.54 | 185 | 0.05 | 0.44 |
| Hex | 6A | 75 | 76 | A | 1 | 0 | 36 | B9 | 5 | 2C |
| Octal | 152 | 165 | 166 | 12 | 1 | 0 | 66 | 271 | 5 | 54 |
| Binary | 1101010 | 1110101 | 1110110 | 1010 | 1 | 0 | 110110 | 10111001 | 101 | 101100 |
Color Harmonies of #6A7576
Complementary color
Monochromatic Colors of #6A7576
Black with #6A7576
Text Example
Text Example
White with #6A7576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7576; }
p { color: rgb(106,117,118); }
H1.HeaderClassName
{
color: #6A7576;
}
.AnyTagClassName
{
color: #6A7576;
}
</style>
background-color css
<style>
a { background-color: #6A7576; }
a { background-color: rgb(106,117,118); }
div.DivClassName
{
background-color: #6A7576;
}
.BgClassName
{
background-color: #6A7576;
}
</style>
border-color css
<style>
span { border-color: #6A7576; }
span { border-color: rgb(106,117,118); }
td.TdClassName
{
border-color: #6A7576;
}
.TagClassName
{
border-color: #6A7576;
}
</style>