Shades of Chetwode Blue #75779C
Tints of Chetwode Blue #75779C
RGB
CMYK
RGB Variations
Color information
#75779C (or 0x75779C) is known color: Chetwode Blue. HEX triplet: 75, 77 and 9C. RGB value is (117,119,156). Sum of RGB (Red+Green+Blue) = 117+119+156=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #75779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75779C is #8A8863. Grayscale: #7A7A7A. Windows color (decimal): -9078884 or 10254197. OLE color: 10254197.
HSL color Cylindrical-coordinate representation of color #75779C: hue angle of 236.92º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75779C is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 119 | 156 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.39 |
| HSL | 236.92º | 0.16% | 0.54% | - |
| HSV(B) | 236.92º | 0.25% | 0.61% | - |
| XYZ | 19.93 | 19.38 | 34.14 | - |
| YUV | 122.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 156 | 0.25 | 0.24 | 0 | 0.39 | 236.92 | 0.16 | 0.54 |
| Hex | 75 | 77 | 9C | 19 | 18 | 0 | 27 | ED | 10 | 36 |
| Octal | 165 | 167 | 234 | 31 | 30 | 0 | 47 | 355 | 20 | 66 |
| Binary | 1110101 | 1110111 | 10011100 | 11001 | 11000 | 0 | 100111 | 11101101 | 10000 | 110110 |
Color Harmonies of #75779C
Complementary color
Monochromatic Colors of #75779C
Black with #75779C
Text Example
Text Example
White with #75779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75779C; }
p { color: rgb(117,119,156); }
H1.HeaderClassName
{
color: #75779C;
}
.AnyTagClassName
{
color: #75779C;
}
</style>
background-color css
<style>
a { background-color: #75779C; }
a { background-color: rgb(117,119,156); }
div.DivClassName
{
background-color: #75779C;
}
.BgClassName
{
background-color: #75779C;
}
</style>
border-color css
<style>
span { border-color: #75779C; }
span { border-color: rgb(117,119,156); }
td.TdClassName
{
border-color: #75779C;
}
.TagClassName
{
border-color: #75779C;
}
</style>