Shades of Chetwode Blue #7677AA
Tints of Chetwode Blue #7677AA
RGB
CMYK
RGB Variations
Color information
#7677AA (or 0x7677AA) is known color: Chetwode Blue. HEX triplet: 76, 77 and AA. RGB value is (118,119,170). Sum of RGB (Red+Green+Blue) = 118+119+170=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #7677AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7677AA is #898855. Grayscale: #7C7C7C. Windows color (decimal): -9013334 or 11171702. OLE color: 11171702.
HSL color Cylindrical-coordinate representation of color #7677AA: hue angle of 238.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7677AA is Cyan = 0.31, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 119 | 170 | - |
| CMYK | 0.31 | 0.3 | 0 | 0.33 |
| HSL | 238.85º | 0.23% | 0.56% | - |
| HSV(B) | 238.85º | 0.31% | 0.67% | - |
| XYZ | 21.32 | 19.95 | 40.76 | - |
| YUV | 124.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 170 | 0.31 | 0.3 | 0 | 0.33 | 238.85 | 0.23 | 0.56 |
| Hex | 76 | 77 | AA | 1F | 1E | 0 | 21 | EF | 17 | 38 |
| Octal | 166 | 167 | 252 | 37 | 36 | 0 | 41 | 357 | 27 | 70 |
| Binary | 1110110 | 1110111 | 10101010 | 11111 | 11110 | 0 | 100001 | 11101111 | 10111 | 111000 |
Color Harmonies of #7677AA
Complementary color
Monochromatic Colors of #7677AA
Black with #7677AA
Text Example
Text Example
White with #7677AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7677AA; }
p { color: rgb(118,119,170); }
H1.HeaderClassName
{
color: #7677AA;
}
.AnyTagClassName
{
color: #7677AA;
}
</style>
background-color css
<style>
a { background-color: #7677AA; }
a { background-color: rgb(118,119,170); }
div.DivClassName
{
background-color: #7677AA;
}
.BgClassName
{
background-color: #7677AA;
}
</style>
border-color css
<style>
span { border-color: #7677AA; }
span { border-color: rgb(118,119,170); }
td.TdClassName
{
border-color: #7677AA;
}
.TagClassName
{
border-color: #7677AA;
}
</style>