Shades of Chetwode Blue #7678AF
Tints of Chetwode Blue #7678AF
RGB
CMYK
RGB Variations
Color information
#7678AF (or 0x7678AF) is known color: Chetwode Blue. HEX triplet: 76, 78 and AF. RGB value is (118,120,175). Sum of RGB (Red+Green+Blue) = 118+120+175=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #7678AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7678AF is #898750. Grayscale: #7D7D7D. Windows color (decimal): -9013073 or 11499638. OLE color: 11499638.
HSL color Cylindrical-coordinate representation of color #7678AF: hue angle of 237.89º 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 #7678AF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 120 | 175 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.31 |
| HSL | 237.89º | 0.26% | 0.57% | - |
| HSV(B) | 237.89º | 0.33% | 0.69% | - |
| XYZ | 21.93 | 20.38 | 43.34 | - |
| YUV | 125.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 175 | 0.33 | 0.31 | 0 | 0.31 | 237.89 | 0.26 | 0.57 |
| Hex | 76 | 78 | AF | 21 | 1F | 0 | 1F | EE | 1A | 39 |
| Octal | 166 | 170 | 257 | 41 | 37 | 0 | 37 | 356 | 32 | 71 |
| Binary | 1110110 | 1111000 | 10101111 | 100001 | 11111 | 0 | 11111 | 11101110 | 11010 | 111001 |
Color Harmonies of #7678AF
Complementary color
Monochromatic Colors of #7678AF
Black with #7678AF
Text Example
Text Example
White with #7678AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7678AF; }
p { color: rgb(118,120,175); }
H1.HeaderClassName
{
color: #7678AF;
}
.AnyTagClassName
{
color: #7678AF;
}
</style>
background-color css
<style>
a { background-color: #7678AF; }
a { background-color: rgb(118,120,175); }
div.DivClassName
{
background-color: #7678AF;
}
.BgClassName
{
background-color: #7678AF;
}
</style>
border-color css
<style>
span { border-color: #7678AF; }
span { border-color: rgb(118,120,175); }
td.TdClassName
{
border-color: #7678AF;
}
.TagClassName
{
border-color: #7678AF;
}
</style>