Shades of Chetwode Blue #767BAC
Tints of Chetwode Blue #767BAC
RGB
CMYK
RGB Variations
Color information
#767BAC (or 0x767BAC) is known color: Chetwode Blue. HEX triplet: 76, 7B and AC. RGB value is (118,123,172). Sum of RGB (Red+Green+Blue) = 118+123+172=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #767BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767BAC is #898453. Grayscale: #7E7E7E. Windows color (decimal): -9012308 or 11303798. OLE color: 11303798.
HSL color Cylindrical-coordinate representation of color #767BAC: hue angle of 234.44º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767BAC is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 123 | 172 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.33 |
| HSL | 234.44º | 0.25% | 0.57% | - |
| HSV(B) | 234.44º | 0.31% | 0.67% | - |
| XYZ | 22 | 21 | 41.92 | - |
| YUV | 127.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 172 | 0.31 | 0.28 | 0 | 0.33 | 234.44 | 0.25 | 0.57 |
| Hex | 76 | 7B | AC | 1F | 1C | 0 | 21 | EA | 19 | 39 |
| Octal | 166 | 173 | 254 | 37 | 34 | 0 | 41 | 352 | 31 | 71 |
| Binary | 1110110 | 1111011 | 10101100 | 11111 | 11100 | 0 | 100001 | 11101010 | 11001 | 111001 |
Color Harmonies of #767BAC
Complementary color
Monochromatic Colors of #767BAC
Black with #767BAC
Text Example
Text Example
White with #767BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767BAC; }
p { color: rgb(118,123,172); }
H1.HeaderClassName
{
color: #767BAC;
}
.AnyTagClassName
{
color: #767BAC;
}
</style>
background-color css
<style>
a { background-color: #767BAC; }
a { background-color: rgb(118,123,172); }
div.DivClassName
{
background-color: #767BAC;
}
.BgClassName
{
background-color: #767BAC;
}
</style>
border-color css
<style>
span { border-color: #767BAC; }
span { border-color: rgb(118,123,172); }
td.TdClassName
{
border-color: #767BAC;
}
.TagClassName
{
border-color: #767BAC;
}
</style>