Shades of Chetwode Blue #7776AF
Tints of Chetwode Blue #7776AF
RGB
CMYK
RGB Variations
Color information
#7776AF (or 0x7776AF) is known color: Chetwode Blue. HEX triplet: 77, 76 and AF. RGB value is (119,118,175). Sum of RGB (Red+Green+Blue) = 119+118+175=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #7776AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7776AF is #888950. Grayscale: #7C7C7C. Windows color (decimal): -8948049 or 11499127. OLE color: 11499127.
HSL color Cylindrical-coordinate representation of color #7776AF: hue angle of 241.05º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7776AF is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 118 | 175 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.31 |
| HSL | 241.05º | 0.26% | 0.57% | - |
| HSV(B) | 241.05º | 0.33% | 0.69% | - |
| XYZ | 21.82 | 19.97 | 43.26 | - |
| YUV | 124.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 175 | 0.32 | 0.33 | 0 | 0.31 | 241.05 | 0.26 | 0.57 |
| Hex | 77 | 76 | AF | 20 | 21 | 0 | 1F | F1 | 1A | 39 |
| Octal | 167 | 166 | 257 | 40 | 41 | 0 | 37 | 361 | 32 | 71 |
| Binary | 1110111 | 1110110 | 10101111 | 100000 | 100001 | 0 | 11111 | 11110001 | 11010 | 111001 |
Color Harmonies of #7776AF
Complementary color
Monochromatic Colors of #7776AF
Black with #7776AF
Text Example
Text Example
White with #7776AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7776AF; }
p { color: rgb(119,118,175); }
H1.HeaderClassName
{
color: #7776AF;
}
.AnyTagClassName
{
color: #7776AF;
}
</style>
background-color css
<style>
a { background-color: #7776AF; }
a { background-color: rgb(119,118,175); }
div.DivClassName
{
background-color: #7776AF;
}
.BgClassName
{
background-color: #7776AF;
}
</style>
border-color css
<style>
span { border-color: #7776AF; }
span { border-color: rgb(119,118,175); }
td.TdClassName
{
border-color: #7776AF;
}
.TagClassName
{
border-color: #7776AF;
}
</style>