Shades of Chetwode Blue #767AAA
Tints of Chetwode Blue #767AAA
RGB
CMYK
RGB Variations
Color information
#767AAA (or 0x767AAA) is known color: Chetwode Blue. HEX triplet: 76, 7A and AA. RGB value is (118,122,170). Sum of RGB (Red+Green+Blue) = 118+122+170=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #767AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767AAA is #898555. Grayscale: #7E7E7E. Windows color (decimal): -9012566 or 11172470. OLE color: 11172470.
HSL color Cylindrical-coordinate representation of color #767AAA: hue angle of 235.38º 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 #767AAA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 122 | 170 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.33 |
| HSL | 235.38º | 0.23% | 0.56% | - |
| HSV(B) | 235.38º | 0.31% | 0.67% | - |
| XYZ | 21.69 | 20.67 | 40.88 | - |
| YUV | 126.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 170 | 0.31 | 0.28 | 0 | 0.33 | 235.38 | 0.23 | 0.56 |
| Hex | 76 | 7A | AA | 1F | 1C | 0 | 21 | EB | 17 | 38 |
| Octal | 166 | 172 | 252 | 37 | 34 | 0 | 41 | 353 | 27 | 70 |
| Binary | 1110110 | 1111010 | 10101010 | 11111 | 11100 | 0 | 100001 | 11101011 | 10111 | 111000 |
Color Harmonies of #767AAA
Complementary color
Monochromatic Colors of #767AAA
Black with #767AAA
Text Example
Text Example
White with #767AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767AAA; }
p { color: rgb(118,122,170); }
H1.HeaderClassName
{
color: #767AAA;
}
.AnyTagClassName
{
color: #767AAA;
}
</style>
background-color css
<style>
a { background-color: #767AAA; }
a { background-color: rgb(118,122,170); }
div.DivClassName
{
background-color: #767AAA;
}
.BgClassName
{
background-color: #767AAA;
}
</style>
border-color css
<style>
span { border-color: #767AAA; }
span { border-color: rgb(118,122,170); }
td.TdClassName
{
border-color: #767AAA;
}
.TagClassName
{
border-color: #767AAA;
}
</style>