Shades of Chetwode Blue #7377AC
Tints of Chetwode Blue #7377AC
RGB
CMYK
RGB Variations
Color information
#7377AC (or 0x7377AC) is known color: Chetwode Blue. HEX triplet: 73, 77 and AC. RGB value is (115,119,172). Sum of RGB (Red+Green+Blue) = 115+119+172=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #7377AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7377AC is #8C8853. Grayscale: #7B7B7B. Windows color (decimal): -9209940 or 11302771. OLE color: 11302771.
HSL color Cylindrical-coordinate representation of color #7377AC: hue angle of 235.79º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7377AC is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 119 | 172 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.33 |
| HSL | 235.79º | 0.26% | 0.56% | - |
| HSV(B) | 235.79º | 0.33% | 0.67% | - |
| XYZ | 21.11 | 19.82 | 41.74 | - |
| YUV | 123.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 172 | 0.33 | 0.31 | 0 | 0.33 | 235.79 | 0.26 | 0.56 |
| Hex | 73 | 77 | AC | 21 | 1F | 0 | 21 | EC | 1A | 38 |
| Octal | 163 | 167 | 254 | 41 | 37 | 0 | 41 | 354 | 32 | 70 |
| Binary | 1110011 | 1110111 | 10101100 | 100001 | 11111 | 0 | 100001 | 11101100 | 11010 | 111000 |
Color Harmonies of #7377AC
Complementary color
Monochromatic Colors of #7377AC
Black with #7377AC
Text Example
Text Example
White with #7377AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7377AC; }
p { color: rgb(115,119,172); }
H1.HeaderClassName
{
color: #7377AC;
}
.AnyTagClassName
{
color: #7377AC;
}
</style>
background-color css
<style>
a { background-color: #7377AC; }
a { background-color: rgb(115,119,172); }
div.DivClassName
{
background-color: #7377AC;
}
.BgClassName
{
background-color: #7377AC;
}
</style>
border-color css
<style>
span { border-color: #7377AC; }
span { border-color: rgb(115,119,172); }
td.TdClassName
{
border-color: #7377AC;
}
.TagClassName
{
border-color: #7377AC;
}
</style>