Shades of Nevada #677778
Tints of Nevada #677778
RGB
CMYK
RGB Variations
Color information
#677778 (or 0x677778) is known color: Nevada. HEX triplet: 67, 77 and 78. RGB value is (103,119,120). Sum of RGB (Red+Green+Blue) = 103+119+120=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: blue. Hex color #677778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677778 is #988887. Grayscale: #727272. Windows color (decimal): -9996424 or 7894887. OLE color: 7894887.
HSL color Cylindrical-coordinate representation of color #677778: hue angle of 183.53º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #677778 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 119 | 120 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.53 |
| HSL | 183.53º | 0.08% | 0.44% | - |
| HSV(B) | 183.53º | 0.14% | 0.47% | - |
| XYZ | 15.58 | 17.43 | 20.31 | - |
| YUV | 114.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 120 | 0.14 | 0.01 | 0 | 0.53 | 183.53 | 0.08 | 0.44 |
| Hex | 67 | 77 | 78 | E | 1 | 0 | 35 | B8 | 8 | 2C |
| Octal | 147 | 167 | 170 | 16 | 1 | 0 | 65 | 270 | 10 | 54 |
| Binary | 1100111 | 1110111 | 1111000 | 1110 | 1 | 0 | 110101 | 10111000 | 1000 | 101100 |
Color Harmonies of #677778
Complementary color
Monochromatic Colors of #677778
Black with #677778
Text Example
Text Example
White with #677778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677778; }
p { color: rgb(103,119,120); }
H1.HeaderClassName
{
color: #677778;
}
.AnyTagClassName
{
color: #677778;
}
</style>
background-color css
<style>
a { background-color: #677778; }
a { background-color: rgb(103,119,120); }
div.DivClassName
{
background-color: #677778;
}
.BgClassName
{
background-color: #677778;
}
</style>
border-color css
<style>
span { border-color: #677778; }
span { border-color: rgb(103,119,120); }
td.TdClassName
{
border-color: #677778;
}
.TagClassName
{
border-color: #677778;
}
</style>