Shades of Ship Cove #767D99
Tints of Ship Cove #767D99
RGB
CMYK
RGB Variations
Color information
#767D99 (or 0x767D99) is known color: Ship Cove. HEX triplet: 76, 7D and 99. RGB value is (118,125,153). Sum of RGB (Red+Green+Blue) = 118+125+153=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #767D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D99 is #898266. Grayscale: #7D7D7D. Windows color (decimal): -9011815 or 10059126. OLE color: 10059126.
HSL color Cylindrical-coordinate representation of color #767D99: hue angle of 228º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #767D99 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 125 | 153 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.4 |
| HSL | 228º | 0.15% | 0.53% | - |
| HSV(B) | 228º | 0.23% | 0.6% | - |
| XYZ | 20.55 | 20.82 | 33.07 | - |
| YUV | 126.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 153 | 0.23 | 0.18 | 0 | 0.4 | 228 | 0.15 | 0.53 |
| Hex | 76 | 7D | 99 | 17 | 12 | 0 | 28 | E4 | F | 35 |
| Octal | 166 | 175 | 231 | 27 | 22 | 0 | 50 | 344 | 17 | 65 |
| Binary | 1110110 | 1111101 | 10011001 | 10111 | 10010 | 0 | 101000 | 11100100 | 1111 | 110101 |
Color Harmonies of #767D99
Complementary color
Monochromatic Colors of #767D99
Black with #767D99
Text Example
Text Example
White with #767D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D99; }
p { color: rgb(118,125,153); }
H1.HeaderClassName
{
color: #767D99;
}
.AnyTagClassName
{
color: #767D99;
}
</style>
background-color css
<style>
a { background-color: #767D99; }
a { background-color: rgb(118,125,153); }
div.DivClassName
{
background-color: #767D99;
}
.BgClassName
{
background-color: #767D99;
}
</style>
border-color css
<style>
span { border-color: #767D99; }
span { border-color: rgb(118,125,153); }
td.TdClassName
{
border-color: #767D99;
}
.TagClassName
{
border-color: #767D99;
}
</style>