Shades of Chetwode Blue #7672B7
Tints of Chetwode Blue #7672B7
RGB
CMYK
RGB Variations
Color information
#7672B7 (or 0x7672B7) is known color: Chetwode Blue. HEX triplet: 76, 72 and B7. RGB value is (118,114,183). Sum of RGB (Red+Green+Blue) = 118+114+183=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 183 - color contains mainly: blue. Hex color #7672B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672B7 is #898D48. Grayscale: #7A7A7A. Windows color (decimal): -9014601 or 12022390. OLE color: 12022390.
HSL color Cylindrical-coordinate representation of color #7672B7: hue angle of 243.48º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7672B7 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 114 | 183 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.28 |
| HSL | 243.48º | 0.32% | 0.58% | - |
| HSV(B) | 243.48º | 0.38% | 0.72% | - |
| XYZ | 22.04 | 19.31 | 47.36 | - |
| YUV | 123.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 183 | 0.36 | 0.38 | 0 | 0.28 | 243.48 | 0.32 | 0.58 |
| Hex | 76 | 72 | B7 | 24 | 26 | 0 | 1C | F3 | 20 | 3A |
| Octal | 166 | 162 | 267 | 44 | 46 | 0 | 34 | 363 | 40 | 72 |
| Binary | 1110110 | 1110010 | 10110111 | 100100 | 100110 | 0 | 11100 | 11110011 | 100000 | 111010 |
Color Harmonies of #7672B7
Complementary color
Monochromatic Colors of #7672B7
Black with #7672B7
Text Example
Text Example
White with #7672B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7672B7; }
p { color: rgb(118,114,183); }
H1.HeaderClassName
{
color: #7672B7;
}
.AnyTagClassName
{
color: #7672B7;
}
</style>
background-color css
<style>
a { background-color: #7672B7; }
a { background-color: rgb(118,114,183); }
div.DivClassName
{
background-color: #7672B7;
}
.BgClassName
{
background-color: #7672B7;
}
</style>
border-color css
<style>
span { border-color: #7672B7; }
span { border-color: rgb(118,114,183); }
td.TdClassName
{
border-color: #7672B7;
}
.TagClassName
{
border-color: #7672B7;
}
</style>