Shades of Chetwode Blue #7678AA
Tints of Chetwode Blue #7678AA
RGB
CMYK
RGB Variations
Color information
#7678AA (or 0x7678AA) is known color: Chetwode Blue. HEX triplet: 76, 78 and AA. RGB value is (118,120,170). Sum of RGB (Red+Green+Blue) = 118+120+170=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #7678AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7678AA is #898755. Grayscale: #7C7C7C. Windows color (decimal): -9013078 or 11171958. OLE color: 11171958.
HSL color Cylindrical-coordinate representation of color #7678AA: hue angle of 237.69º 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 #7678AA is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 120 | 170 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.33 |
| HSL | 237.69º | 0.23% | 0.56% | - |
| HSV(B) | 237.69º | 0.31% | 0.67% | - |
| XYZ | 21.44 | 20.19 | 40.8 | - |
| YUV | 125.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 170 | 0.31 | 0.29 | 0 | 0.33 | 237.69 | 0.23 | 0.56 |
| Hex | 76 | 78 | AA | 1F | 1D | 0 | 21 | EE | 17 | 38 |
| Octal | 166 | 170 | 252 | 37 | 35 | 0 | 41 | 356 | 27 | 70 |
| Binary | 1110110 | 1111000 | 10101010 | 11111 | 11101 | 0 | 100001 | 11101110 | 10111 | 111000 |
Color Harmonies of #7678AA
Complementary color
Monochromatic Colors of #7678AA
Black with #7678AA
Text Example
Text Example
White with #7678AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7678AA; }
p { color: rgb(118,120,170); }
H1.HeaderClassName
{
color: #7678AA;
}
.AnyTagClassName
{
color: #7678AA;
}
</style>
background-color css
<style>
a { background-color: #7678AA; }
a { background-color: rgb(118,120,170); }
div.DivClassName
{
background-color: #7678AA;
}
.BgClassName
{
background-color: #7678AA;
}
</style>
border-color css
<style>
span { border-color: #7678AA; }
span { border-color: rgb(118,120,170); }
td.TdClassName
{
border-color: #7678AA;
}
.TagClassName
{
border-color: #7678AA;
}
</style>