Shades of Chetwode Blue #7677A1
Tints of Chetwode Blue #7677A1
RGB
CMYK
RGB Variations
Color information
#7677A1 (or 0x7677A1) is known color: Chetwode Blue. HEX triplet: 76, 77 and A1. RGB value is (118,119,161). Sum of RGB (Red+Green+Blue) = 118+119+161=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 161 - color contains mainly: blue. Hex color #7677A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7677A1 is #89885E. Grayscale: #7B7B7B. Windows color (decimal): -9013343 or 10581878. OLE color: 10581878.
HSL color Cylindrical-coordinate representation of color #7677A1: hue angle of 238.6º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7677A1 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 119 | 161 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.37 |
| HSL | 238.6º | 0.19% | 0.55% | - |
| HSV(B) | 238.6º | 0.27% | 0.63% | - |
| XYZ | 20.5 | 19.62 | 36.42 | - |
| YUV | 123.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 161 | 0.27 | 0.26 | 0 | 0.37 | 238.6 | 0.19 | 0.55 |
| Hex | 76 | 77 | A1 | 1B | 1A | 0 | 25 | EF | 13 | 37 |
| Octal | 166 | 167 | 241 | 33 | 32 | 0 | 45 | 357 | 23 | 67 |
| Binary | 1110110 | 1110111 | 10100001 | 11011 | 11010 | 0 | 100101 | 11101111 | 10011 | 110111 |
Color Harmonies of #7677A1
Complementary color
Monochromatic Colors of #7677A1
Black with #7677A1
Text Example
Text Example
White with #7677A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7677A1; }
p { color: rgb(118,119,161); }
H1.HeaderClassName
{
color: #7677A1;
}
.AnyTagClassName
{
color: #7677A1;
}
</style>
background-color css
<style>
a { background-color: #7677A1; }
a { background-color: rgb(118,119,161); }
div.DivClassName
{
background-color: #7677A1;
}
.BgClassName
{
background-color: #7677A1;
}
</style>
border-color css
<style>
span { border-color: #7677A1; }
span { border-color: rgb(118,119,161); }
td.TdClassName
{
border-color: #7677A1;
}
.TagClassName
{
border-color: #7677A1;
}
</style>