Shades of Ship Cove #767BA5
Tints of Ship Cove #767BA5
RGB
CMYK
RGB Variations
Color information
#767BA5 (or 0x767BA5) is known color: Ship Cove. HEX triplet: 76, 7B and A5. RGB value is (118,123,165). Sum of RGB (Red+Green+Blue) = 118+123+165=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #767BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BA5 is #89845A. Grayscale: #7E7E7E. Windows color (decimal): -9012315 or 10845046. OLE color: 10845046.
HSL color Cylindrical-coordinate representation of color #767BA5: hue angle of 233.62º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #767BA5 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 123 | 165 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.35 |
| HSL | 233.62º | 0.21% | 0.55% | - |
| HSV(B) | 233.62º | 0.28% | 0.65% | - |
| XYZ | 21.35 | 20.73 | 38.47 | - |
| YUV | 126.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 165 | 0.28 | 0.25 | 0 | 0.35 | 233.62 | 0.21 | 0.55 |
| Hex | 76 | 7B | A5 | 1C | 19 | 0 | 23 | EA | 15 | 37 |
| Octal | 166 | 173 | 245 | 34 | 31 | 0 | 43 | 352 | 25 | 67 |
| Binary | 1110110 | 1111011 | 10100101 | 11100 | 11001 | 0 | 100011 | 11101010 | 10101 | 110111 |
Color Harmonies of #767BA5
Complementary color
Monochromatic Colors of #767BA5
Black with #767BA5
Text Example
Text Example
White with #767BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767BA5; }
p { color: rgb(118,123,165); }
H1.HeaderClassName
{
color: #767BA5;
}
.AnyTagClassName
{
color: #767BA5;
}
</style>
background-color css
<style>
a { background-color: #767BA5; }
a { background-color: rgb(118,123,165); }
div.DivClassName
{
background-color: #767BA5;
}
.BgClassName
{
background-color: #767BA5;
}
</style>
border-color css
<style>
span { border-color: #767BA5; }
span { border-color: rgb(118,123,165); }
td.TdClassName
{
border-color: #767BA5;
}
.TagClassName
{
border-color: #767BA5;
}
</style>