Shades of Nevada #637B7C
Tints of Nevada #637B7C
RGB
CMYK
RGB Variations
Color information
#637B7C (or 0x637B7C) is known color: Nevada. HEX triplet: 63, 7B and 7C. RGB value is (99,123,124). Sum of RGB (Red+Green+Blue) = 99+123+124=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #637B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637B7C is #9C8483. Grayscale: #737373. Windows color (decimal): -10257540 or 8158051. OLE color: 8158051.
HSL color Cylindrical-coordinate representation of color #637B7C: hue angle of 182.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #637B7C is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 123 | 124 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.51 |
| HSL | 182.4º | 0.11% | 0.44% | - |
| HSV(B) | 182.4º | 0.2% | 0.49% | - |
| XYZ | 15.87 | 18.27 | 21.76 | - |
| YUV | 115.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 124 | 0.20 | 0.01 | 0 | 0.51 | 182.4 | 0.11 | 0.44 |
| Hex | 63 | 7B | 7C | 14 | 1 | 0 | 33 | B6 | B | 2C |
| Octal | 143 | 173 | 174 | 24 | 1 | 0 | 63 | 266 | 13 | 54 |
| Binary | 1100011 | 1111011 | 1111100 | 10100 | 1 | 0 | 110011 | 10110110 | 1011 | 101100 |
Color Harmonies of #637B7C
Complementary color
Monochromatic Colors of #637B7C
Black with #637B7C
Text Example
Text Example
White with #637B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637B7C; }
p { color: rgb(99,123,124); }
H1.HeaderClassName
{
color: #637B7C;
}
.AnyTagClassName
{
color: #637B7C;
}
</style>
background-color css
<style>
a { background-color: #637B7C; }
a { background-color: rgb(99,123,124); }
div.DivClassName
{
background-color: #637B7C;
}
.BgClassName
{
background-color: #637B7C;
}
</style>
border-color css
<style>
span { border-color: #637B7C; }
span { border-color: rgb(99,123,124); }
td.TdClassName
{
border-color: #637B7C;
}
.TagClassName
{
border-color: #637B7C;
}
</style>