Shades of Chetwode Blue #7677A4
Tints of Chetwode Blue #7677A4
RGB
CMYK
RGB Variations
Color information
#7677A4 (or 0x7677A4) is known color: Chetwode Blue. HEX triplet: 76, 77 and A4. RGB value is (118,119,164). Sum of RGB (Red+Green+Blue) = 118+119+164=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #7677A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7677A4 is #89885B. Grayscale: #7B7B7B. Windows color (decimal): -9013340 or 10778486. OLE color: 10778486.
HSL color Cylindrical-coordinate representation of color #7677A4: hue angle of 238.7º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7677A4 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 119 | 164 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.36 |
| HSL | 238.7º | 0.2% | 0.55% | - |
| HSV(B) | 238.7º | 0.28% | 0.64% | - |
| XYZ | 20.77 | 19.73 | 37.83 | - |
| YUV | 123.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 164 | 0.28 | 0.27 | 0 | 0.36 | 238.7 | 0.2 | 0.55 |
| Hex | 76 | 77 | A4 | 1C | 1B | 0 | 24 | EF | 14 | 37 |
| Octal | 166 | 167 | 244 | 34 | 33 | 0 | 44 | 357 | 24 | 67 |
| Binary | 1110110 | 1110111 | 10100100 | 11100 | 11011 | 0 | 100100 | 11101111 | 10100 | 110111 |
Color Harmonies of #7677A4
Complementary color
Monochromatic Colors of #7677A4
Black with #7677A4
Text Example
Text Example
White with #7677A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7677A4; }
p { color: rgb(118,119,164); }
H1.HeaderClassName
{
color: #7677A4;
}
.AnyTagClassName
{
color: #7677A4;
}
</style>
background-color css
<style>
a { background-color: #7677A4; }
a { background-color: rgb(118,119,164); }
div.DivClassName
{
background-color: #7677A4;
}
.BgClassName
{
background-color: #7677A4;
}
</style>
border-color css
<style>
span { border-color: #7677A4; }
span { border-color: rgb(118,119,164); }
td.TdClassName
{
border-color: #7677A4;
}
.TagClassName
{
border-color: #7677A4;
}
</style>