Shades of Nevada #63797A
Tints of Nevada #63797A
RGB
CMYK
RGB Variations
Color information
#63797A (or 0x63797A) is known color: Nevada. HEX triplet: 63, 79 and 7A. RGB value is (99,121,122). Sum of RGB (Red+Green+Blue) = 99+121+122=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #63797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63797A is #9C8685. Grayscale: #727272. Windows color (decimal): -10258054 or 8026467. OLE color: 8026467.
HSL color Cylindrical-coordinate representation of color #63797A: hue angle of 182.61º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63797A is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 121 | 122 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.52 |
| HSL | 182.61º | 0.1% | 0.43% | - |
| HSV(B) | 182.61º | 0.19% | 0.48% | - |
| XYZ | 15.5 | 17.73 | 21.02 | - |
| YUV | 114.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 122 | 0.19 | 0.01 | 0 | 0.52 | 182.61 | 0.1 | 0.43 |
| Hex | 63 | 79 | 7A | 13 | 1 | 0 | 34 | B7 | A | 2B |
| Octal | 143 | 171 | 172 | 23 | 1 | 0 | 64 | 267 | 12 | 53 |
| Binary | 1100011 | 1111001 | 1111010 | 10011 | 1 | 0 | 110100 | 10110111 | 1010 | 101011 |
Color Harmonies of #63797A
Complementary color
Monochromatic Colors of #63797A
Black with #63797A
Text Example
Text Example
White with #63797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63797A; }
p { color: rgb(99,121,122); }
H1.HeaderClassName
{
color: #63797A;
}
.AnyTagClassName
{
color: #63797A;
}
</style>
background-color css
<style>
a { background-color: #63797A; }
a { background-color: rgb(99,121,122); }
div.DivClassName
{
background-color: #63797A;
}
.BgClassName
{
background-color: #63797A;
}
</style>
border-color css
<style>
span { border-color: #63797A; }
span { border-color: rgb(99,121,122); }
td.TdClassName
{
border-color: #63797A;
}
.TagClassName
{
border-color: #63797A;
}
</style>