Shades of Ship Cove #767DAC
Tints of Ship Cove #767DAC
RGB
CMYK
RGB Variations
Color information
#767DAC (or 0x767DAC) is known color: Ship Cove. HEX triplet: 76, 7D and AC. RGB value is (118,125,172). Sum of RGB (Red+Green+Blue) = 118+125+172=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #767DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767DAC is #898253. Grayscale: #808080. Windows color (decimal): -9011796 or 11304310. OLE color: 11304310.
HSL color Cylindrical-coordinate representation of color #767DAC: hue angle of 232.22º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767DAC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 125 | 172 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.33 |
| HSL | 232.22º | 0.25% | 0.57% | - |
| HSV(B) | 232.22º | 0.31% | 0.67% | - |
| XYZ | 22.25 | 21.5 | 42.01 | - |
| YUV | 128.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 172 | 0.31 | 0.27 | 0 | 0.33 | 232.22 | 0.25 | 0.57 |
| Hex | 76 | 7D | AC | 1F | 1B | 0 | 21 | E8 | 19 | 39 |
| Octal | 166 | 175 | 254 | 37 | 33 | 0 | 41 | 350 | 31 | 71 |
| Binary | 1110110 | 1111101 | 10101100 | 11111 | 11011 | 0 | 100001 | 11101000 | 11001 | 111001 |
Color Harmonies of #767DAC
Complementary color
Monochromatic Colors of #767DAC
Black with #767DAC
Text Example
Text Example
White with #767DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767DAC; }
p { color: rgb(118,125,172); }
H1.HeaderClassName
{
color: #767DAC;
}
.AnyTagClassName
{
color: #767DAC;
}
</style>
background-color css
<style>
a { background-color: #767DAC; }
a { background-color: rgb(118,125,172); }
div.DivClassName
{
background-color: #767DAC;
}
.BgClassName
{
background-color: #767DAC;
}
</style>
border-color css
<style>
span { border-color: #767DAC; }
span { border-color: rgb(118,125,172); }
td.TdClassName
{
border-color: #767DAC;
}
.TagClassName
{
border-color: #767DAC;
}
</style>