Shades of Chetwode Blue #767ABC
Tints of Chetwode Blue #767ABC
RGB
CMYK
RGB Variations
Color information
#767ABC (or 0x767ABC) is known color: Chetwode Blue. HEX triplet: 76, 7A and BC. RGB value is (118,122,188). Sum of RGB (Red+Green+Blue) = 118+122+188=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #767ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ABC is #898543. Grayscale: #808080. Windows color (decimal): -9012548 or 12352118. OLE color: 12352118.
HSL color Cylindrical-coordinate representation of color #767ABC: hue angle of 236.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #767ABC is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 122 | 188 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.26 |
| HSL | 236.57º | 0.34% | 0.6% | - |
| HSV(B) | 236.57º | 0.37% | 0.74% | - |
| XYZ | 23.51 | 21.4 | 50.47 | - |
| YUV | 128.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 188 | 0.37 | 0.35 | 0 | 0.26 | 236.57 | 0.34 | 0.6 |
| Hex | 76 | 7A | BC | 25 | 23 | 0 | 1A | ED | 22 | 3C |
| Octal | 166 | 172 | 274 | 45 | 43 | 0 | 32 | 355 | 42 | 74 |
| Binary | 1110110 | 1111010 | 10111100 | 100101 | 100011 | 0 | 11010 | 11101101 | 100010 | 111100 |
Color Harmonies of #767ABC
Complementary color
Monochromatic Colors of #767ABC
Black with #767ABC
Text Example
Text Example
White with #767ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767ABC; }
p { color: rgb(118,122,188); }
H1.HeaderClassName
{
color: #767ABC;
}
.AnyTagClassName
{
color: #767ABC;
}
</style>
background-color css
<style>
a { background-color: #767ABC; }
a { background-color: rgb(118,122,188); }
div.DivClassName
{
background-color: #767ABC;
}
.BgClassName
{
background-color: #767ABC;
}
</style>
border-color css
<style>
span { border-color: #767ABC; }
span { border-color: rgb(118,122,188); }
td.TdClassName
{
border-color: #767ABC;
}
.TagClassName
{
border-color: #767ABC;
}
</style>