Shades of Chetwode Blue #7672B6
Tints of Chetwode Blue #7672B6
RGB
CMYK
RGB Variations
Color information
#7672B6 (or 0x7672B6) is known color: Chetwode Blue. HEX triplet: 76, 72 and B6. RGB value is (118,114,182). Sum of RGB (Red+Green+Blue) = 118+114+182=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #7672B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672B6 is #898D49. Grayscale: #7A7A7A. Windows color (decimal): -9014602 or 11956854. OLE color: 11956854.
HSL color Cylindrical-coordinate representation of color #7672B6: hue angle of 243.53º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7672B6 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 114 | 182 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.29 |
| HSL | 243.53º | 0.32% | 0.58% | - |
| HSV(B) | 243.53º | 0.37% | 0.71% | - |
| XYZ | 21.93 | 19.26 | 46.82 | - |
| YUV | 122.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 182 | 0.35 | 0.37 | 0 | 0.29 | 243.53 | 0.32 | 0.58 |
| Hex | 76 | 72 | B6 | 23 | 25 | 0 | 1D | F4 | 20 | 3A |
| Octal | 166 | 162 | 266 | 43 | 45 | 0 | 35 | 364 | 40 | 72 |
| Binary | 1110110 | 1110010 | 10110110 | 100011 | 100101 | 0 | 11101 | 11110100 | 100000 | 111010 |
Color Harmonies of #7672B6
Complementary color
Monochromatic Colors of #7672B6
Black with #7672B6
Text Example
Text Example
White with #7672B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7672B6; }
p { color: rgb(118,114,182); }
H1.HeaderClassName
{
color: #7672B6;
}
.AnyTagClassName
{
color: #7672B6;
}
</style>
background-color css
<style>
a { background-color: #7672B6; }
a { background-color: rgb(118,114,182); }
div.DivClassName
{
background-color: #7672B6;
}
.BgClassName
{
background-color: #7672B6;
}
</style>
border-color css
<style>
span { border-color: #7672B6; }
span { border-color: rgb(118,114,182); }
td.TdClassName
{
border-color: #7672B6;
}
.TagClassName
{
border-color: #7672B6;
}
</style>