Shades of Chetwode Blue #7672AE
Tints of Chetwode Blue #7672AE
RGB
CMYK
RGB Variations
Color information
#7672AE (or 0x7672AE) is known color: Chetwode Blue. HEX triplet: 76, 72 and AE. RGB value is (118,114,174). Sum of RGB (Red+Green+Blue) = 118+114+174=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #7672AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7672AE is #898D51. Grayscale: #797979. Windows color (decimal): -9014610 or 11432566. OLE color: 11432566.
HSL color Cylindrical-coordinate representation of color #7672AE: hue angle of 244º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7672AE is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 114 | 174 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.32 |
| HSL | 244º | 0.27% | 0.56% | - |
| HSV(B) | 244º | 0.34% | 0.68% | - |
| XYZ | 21.13 | 18.94 | 42.59 | - |
| YUV | 122.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 174 | 0.32 | 0.34 | 0 | 0.32 | 244 | 0.27 | 0.56 |
| Hex | 76 | 72 | AE | 20 | 22 | 0 | 20 | F4 | 1B | 38 |
| Octal | 166 | 162 | 256 | 40 | 42 | 0 | 40 | 364 | 33 | 70 |
| Binary | 1110110 | 1110010 | 10101110 | 100000 | 100010 | 0 | 100000 | 11110100 | 11011 | 111000 |
Color Harmonies of #7672AE
Complementary color
Monochromatic Colors of #7672AE
Black with #7672AE
Text Example
Text Example
White with #7672AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7672AE; }
p { color: rgb(118,114,174); }
H1.HeaderClassName
{
color: #7672AE;
}
.AnyTagClassName
{
color: #7672AE;
}
</style>
background-color css
<style>
a { background-color: #7672AE; }
a { background-color: rgb(118,114,174); }
div.DivClassName
{
background-color: #7672AE;
}
.BgClassName
{
background-color: #7672AE;
}
</style>
border-color css
<style>
span { border-color: #7672AE; }
span { border-color: rgb(118,114,174); }
td.TdClassName
{
border-color: #7672AE;
}
.TagClassName
{
border-color: #7672AE;
}
</style>