Shades of Chetwode Blue #7678A5
Tints of Chetwode Blue #7678A5
RGB
CMYK
RGB Variations
Color information
#7678A5 (or 0x7678A5) is known color: Chetwode Blue. HEX triplet: 76, 78 and A5. RGB value is (118,120,165). Sum of RGB (Red+Green+Blue) = 118+120+165=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 165 - color contains mainly: blue. Hex color #7678A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7678A5 is #89875A. Grayscale: #7C7C7C. Windows color (decimal): -9013083 or 10844278. OLE color: 10844278.
HSL color Cylindrical-coordinate representation of color #7678A5: hue angle of 237.45º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7678A5 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 120 | 165 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.35 |
| HSL | 237.45º | 0.21% | 0.55% | - |
| HSV(B) | 237.45º | 0.28% | 0.65% | - |
| XYZ | 20.98 | 20 | 38.35 | - |
| YUV | 124.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 165 | 0.28 | 0.27 | 0 | 0.35 | 237.45 | 0.21 | 0.55 |
| Hex | 76 | 78 | A5 | 1C | 1B | 0 | 23 | ED | 15 | 37 |
| Octal | 166 | 170 | 245 | 34 | 33 | 0 | 43 | 355 | 25 | 67 |
| Binary | 1110110 | 1111000 | 10100101 | 11100 | 11011 | 0 | 100011 | 11101101 | 10101 | 110111 |
Color Harmonies of #7678A5
Complementary color
Monochromatic Colors of #7678A5
Black with #7678A5
Text Example
Text Example
White with #7678A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7678A5; }
p { color: rgb(118,120,165); }
H1.HeaderClassName
{
color: #7678A5;
}
.AnyTagClassName
{
color: #7678A5;
}
</style>
background-color css
<style>
a { background-color: #7678A5; }
a { background-color: rgb(118,120,165); }
div.DivClassName
{
background-color: #7678A5;
}
.BgClassName
{
background-color: #7678A5;
}
</style>
border-color css
<style>
span { border-color: #7678A5; }
span { border-color: rgb(118,120,165); }
td.TdClassName
{
border-color: #7678A5;
}
.TagClassName
{
border-color: #7678A5;
}
</style>