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