Shades of Chetwode Blue #767AAC
Tints of Chetwode Blue #767AAC
RGB
CMYK
RGB Variations
Color information
#767AAC (or 0x767AAC) is known color: Chetwode Blue. HEX triplet: 76, 7A and AC. RGB value is (118,122,172). Sum of RGB (Red+Green+Blue) = 118+122+172=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #767AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767AAC is #898553. Grayscale: #7E7E7E. Windows color (decimal): -9012564 or 11303542. OLE color: 11303542.
HSL color Cylindrical-coordinate representation of color #767AAC: hue angle of 235.56º 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 #767AAC is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 122 | 172 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.33 |
| HSL | 235.56º | 0.25% | 0.57% | - |
| HSV(B) | 235.56º | 0.31% | 0.67% | - |
| XYZ | 21.88 | 20.75 | 41.88 | - |
| YUV | 126.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 172 | 0.31 | 0.29 | 0 | 0.33 | 235.56 | 0.25 | 0.57 |
| Hex | 76 | 7A | AC | 1F | 1D | 0 | 21 | EC | 19 | 39 |
| Octal | 166 | 172 | 254 | 37 | 35 | 0 | 41 | 354 | 31 | 71 |
| Binary | 1110110 | 1111010 | 10101100 | 11111 | 11101 | 0 | 100001 | 11101100 | 11001 | 111001 |
Color Harmonies of #767AAC
Complementary color
Monochromatic Colors of #767AAC
Black with #767AAC
Text Example
Text Example
White with #767AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767AAC; }
p { color: rgb(118,122,172); }
H1.HeaderClassName
{
color: #767AAC;
}
.AnyTagClassName
{
color: #767AAC;
}
</style>
background-color css
<style>
a { background-color: #767AAC; }
a { background-color: rgb(118,122,172); }
div.DivClassName
{
background-color: #767AAC;
}
.BgClassName
{
background-color: #767AAC;
}
</style>
border-color css
<style>
span { border-color: #767AAC; }
span { border-color: rgb(118,122,172); }
td.TdClassName
{
border-color: #767AAC;
}
.TagClassName
{
border-color: #767AAC;
}
</style>