Shades of Nevada #677273
Tints of Nevada #677273
RGB
CMYK
RGB Variations
Color information
#677273 (or 0x677273) is known color: Nevada. HEX triplet: 67, 72 and 73. RGB value is (103,114,115). Sum of RGB (Red+Green+Blue) = 103+114+115=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 115 - color contains mainly: blue. Hex color #677273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677273 is #988D8C. Grayscale: #6E6E6E. Windows color (decimal): -9997709 or 7565927. OLE color: 7565927.
HSL color Cylindrical-coordinate representation of color #677273: hue angle of 185º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #677273 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 114 | 115 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.55 |
| HSL | 185º | 0.06% | 0.43% | - |
| HSV(B) | 185º | 0.1% | 0.45% | - |
| XYZ | 14.71 | 16.16 | 18.56 | - |
| YUV | 110.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 115 | 0.10 | 0.01 | 0 | 0.55 | 185 | 0.06 | 0.43 |
| Hex | 67 | 72 | 73 | A | 1 | 0 | 37 | B9 | 6 | 2B |
| Octal | 147 | 162 | 163 | 12 | 1 | 0 | 67 | 271 | 6 | 53 |
| Binary | 1100111 | 1110010 | 1110011 | 1010 | 1 | 0 | 110111 | 10111001 | 110 | 101011 |
Color Harmonies of #677273
Complementary color
Monochromatic Colors of #677273
Black with #677273
Text Example
Text Example
White with #677273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677273; }
p { color: rgb(103,114,115); }
H1.HeaderClassName
{
color: #677273;
}
.AnyTagClassName
{
color: #677273;
}
</style>
background-color css
<style>
a { background-color: #677273; }
a { background-color: rgb(103,114,115); }
div.DivClassName
{
background-color: #677273;
}
.BgClassName
{
background-color: #677273;
}
</style>
border-color css
<style>
span { border-color: #677273; }
span { border-color: rgb(103,114,115); }
td.TdClassName
{
border-color: #677273;
}
.TagClassName
{
border-color: #677273;
}
</style>