Shades of Chetwode Blue #7677AE
Tints of Chetwode Blue #7677AE
RGB
CMYK
RGB Variations
Color information
#7677AE (or 0x7677AE) is known color: Chetwode Blue. HEX triplet: 76, 77 and AE. RGB value is (118,119,174). Sum of RGB (Red+Green+Blue) = 118+119+174=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #7677AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7677AE is #898851. Grayscale: #7C7C7C. Windows color (decimal): -9013330 or 11433846. OLE color: 11433846.
HSL color Cylindrical-coordinate representation of color #7677AE: hue angle of 238.93º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7677AE is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 119 | 174 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.32 |
| HSL | 238.93º | 0.26% | 0.57% | - |
| HSV(B) | 238.93º | 0.32% | 0.68% | - |
| XYZ | 21.71 | 20.1 | 42.78 | - |
| YUV | 124.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 174 | 0.32 | 0.32 | 0 | 0.32 | 238.93 | 0.26 | 0.57 |
| Hex | 76 | 77 | AE | 20 | 20 | 0 | 20 | EF | 1A | 39 |
| Octal | 166 | 167 | 256 | 40 | 40 | 0 | 40 | 357 | 32 | 71 |
| Binary | 1110110 | 1110111 | 10101110 | 100000 | 100000 | 0 | 100000 | 11101111 | 11010 | 111001 |
Color Harmonies of #7677AE
Complementary color
Monochromatic Colors of #7677AE
Black with #7677AE
Text Example
Text Example
White with #7677AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7677AE; }
p { color: rgb(118,119,174); }
H1.HeaderClassName
{
color: #7677AE;
}
.AnyTagClassName
{
color: #7677AE;
}
</style>
background-color css
<style>
a { background-color: #7677AE; }
a { background-color: rgb(118,119,174); }
div.DivClassName
{
background-color: #7677AE;
}
.BgClassName
{
background-color: #7677AE;
}
</style>
border-color css
<style>
span { border-color: #7677AE; }
span { border-color: rgb(118,119,174); }
td.TdClassName
{
border-color: #7677AE;
}
.TagClassName
{
border-color: #7677AE;
}
</style>