Shades of Nevada #657B7C
Tints of Nevada #657B7C
RGB
CMYK
RGB Variations
Color information
#657B7C (or 0x657B7C) is known color: Nevada. HEX triplet: 65, 7B and 7C. RGB value is (101,123,124). Sum of RGB (Red+Green+Blue) = 101+123+124=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 124 - color contains mainly: blue. Hex color #657B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657B7C is #9A8483. Grayscale: #747474. Windows color (decimal): -10126468 or 8158053. OLE color: 8158053.
HSL color Cylindrical-coordinate representation of color #657B7C: hue angle of 182.61º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #657B7C is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 123 | 124 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.51 |
| HSL | 182.61º | 0.1% | 0.44% | - |
| HSV(B) | 182.61º | 0.19% | 0.49% | - |
| XYZ | 16.09 | 18.39 | 21.77 | - |
| YUV | 116.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 124 | 0.19 | 0.01 | 0 | 0.51 | 182.61 | 0.1 | 0.44 |
| Hex | 65 | 7B | 7C | 13 | 1 | 0 | 33 | B7 | A | 2C |
| Octal | 145 | 173 | 174 | 23 | 1 | 0 | 63 | 267 | 12 | 54 |
| Binary | 1100101 | 1111011 | 1111100 | 10011 | 1 | 0 | 110011 | 10110111 | 1010 | 101100 |
Color Harmonies of #657B7C
Complementary color
Monochromatic Colors of #657B7C
Black with #657B7C
Text Example
Text Example
White with #657B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B7C; }
p { color: rgb(101,123,124); }
H1.HeaderClassName
{
color: #657B7C;
}
.AnyTagClassName
{
color: #657B7C;
}
</style>
background-color css
<style>
a { background-color: #657B7C; }
a { background-color: rgb(101,123,124); }
div.DivClassName
{
background-color: #657B7C;
}
.BgClassName
{
background-color: #657B7C;
}
</style>
border-color css
<style>
span { border-color: #657B7C; }
span { border-color: rgb(101,123,124); }
td.TdClassName
{
border-color: #657B7C;
}
.TagClassName
{
border-color: #657B7C;
}
</style>