Shades of Nevada #6B7677
Tints of Nevada #6B7677
RGB
CMYK
RGB Variations
Color information
#6B7677 (or 0x6B7677) is known color: Nevada. HEX triplet: 6B, 76 and 77. RGB value is (107,118,119). Sum of RGB (Red+Green+Blue) = 107+118+119=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B7677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7677 is #948988. Grayscale: #727272. Windows color (decimal): -9734537 or 7829099. OLE color: 7829099.
HSL color Cylindrical-coordinate representation of color #6B7677: hue angle of 185º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B7677 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 118 | 119 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.53 |
| HSL | 185º | 0.05% | 0.44% | - |
| HSV(B) | 185º | 0.1% | 0.47% | - |
| XYZ | 15.87 | 17.41 | 19.98 | - |
| YUV | 114.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 119 | 0.10 | 0.01 | 0 | 0.53 | 185 | 0.05 | 0.44 |
| Hex | 6B | 76 | 77 | A | 1 | 0 | 35 | B9 | 5 | 2C |
| Octal | 153 | 166 | 167 | 12 | 1 | 0 | 65 | 271 | 5 | 54 |
| Binary | 1101011 | 1110110 | 1110111 | 1010 | 1 | 0 | 110101 | 10111001 | 101 | 101100 |
Color Harmonies of #6B7677
Complementary color
Monochromatic Colors of #6B7677
Black with #6B7677
Text Example
Text Example
White with #6B7677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7677; }
p { color: rgb(107,118,119); }
H1.HeaderClassName
{
color: #6B7677;
}
.AnyTagClassName
{
color: #6B7677;
}
</style>
background-color css
<style>
a { background-color: #6B7677; }
a { background-color: rgb(107,118,119); }
div.DivClassName
{
background-color: #6B7677;
}
.BgClassName
{
background-color: #6B7677;
}
</style>
border-color css
<style>
span { border-color: #6B7677; }
span { border-color: rgb(107,118,119); }
td.TdClassName
{
border-color: #6B7677;
}
.TagClassName
{
border-color: #6B7677;
}
</style>