Shades of Chetwode Blue #7779B7
Tints of Chetwode Blue #7779B7
RGB
CMYK
RGB Variations
Color information
#7779B7 (or 0x7779B7) is known color: Chetwode Blue. HEX triplet: 77, 79 and B7. RGB value is (119,121,183). Sum of RGB (Red+Green+Blue) = 119+121+183=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 183 - color contains mainly: blue. Hex color #7779B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7779B7 is #888648. Grayscale: #7F7F7F. Windows color (decimal): -8947273 or 12024183. OLE color: 12024183.
HSL color Cylindrical-coordinate representation of color #7779B7: hue angle of 238.12º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7779B7 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 121 | 183 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.28 |
| HSL | 238.13º | 0.31% | 0.59% | - |
| HSV(B) | 238.13º | 0.35% | 0.72% | - |
| XYZ | 22.99 | 21.02 | 47.64 | - |
| YUV | 127.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 183 | 0.35 | 0.34 | 0 | 0.28 | 238.13 | 0.31 | 0.59 |
| Hex | 77 | 79 | B7 | 23 | 22 | 0 | 1C | EE | 1F | 3B |
| Octal | 167 | 171 | 267 | 43 | 42 | 0 | 34 | 356 | 37 | 73 |
| Binary | 1110111 | 1111001 | 10110111 | 100011 | 100010 | 0 | 11100 | 11101110 | 11111 | 111011 |
Color Harmonies of #7779B7
Complementary color
Monochromatic Colors of #7779B7
Black with #7779B7
Text Example
Text Example
White with #7779B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7779B7; }
p { color: rgb(119,121,183); }
H1.HeaderClassName
{
color: #7779B7;
}
.AnyTagClassName
{
color: #7779B7;
}
</style>
background-color css
<style>
a { background-color: #7779B7; }
a { background-color: rgb(119,121,183); }
div.DivClassName
{
background-color: #7779B7;
}
.BgClassName
{
background-color: #7779B7;
}
</style>
border-color css
<style>
span { border-color: #7779B7; }
span { border-color: rgb(119,121,183); }
td.TdClassName
{
border-color: #7779B7;
}
.TagClassName
{
border-color: #7779B7;
}
</style>