Shades of Ce Soir #8C769A
Tints of Ce Soir #8C769A
RGB
CMYK
RGB Variations
Color information
#8C769A (or 0x8C769A) is known color: Ce Soir. HEX triplet: 8C, 76 and 9A. RGB value is (140,118,154). Sum of RGB (Red+Green+Blue) = 140+118+154=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C769A is #738965. Grayscale: #808080. Windows color (decimal): -7571814 or 10122892. OLE color: 10122892.
HSL color Cylindrical-coordinate representation of color #8C769A: hue angle of 276.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C769A is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 118 | 154 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.40 |
| HSL | 276.67º | 0.15% | 0.53% | - |
| HSV(B) | 276.67º | 0.23% | 0.6% | - |
| XYZ | 23.13 | 20.87 | 33.38 | - |
| YUV | 128.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 154 | 0.09 | 0.23 | 0 | 0.40 | 276.67 | 0.15 | 0.53 |
| Hex | 8C | 76 | 9A | 9 | 17 | 0 | 28 | 115 | F | 35 |
| Octal | 214 | 166 | 232 | 11 | 27 | 0 | 50 | 425 | 17 | 65 |
| Binary | 10001100 | 1110110 | 10011010 | 1001 | 10111 | 0 | 101000 | 100010101 | 1111 | 110101 |
Color Harmonies of #8C769A
Complementary color
Monochromatic Colors of #8C769A
Black with #8C769A
Text Example
Text Example
White with #8C769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C769A; }
p { color: rgb(140,118,154); }
H1.HeaderClassName
{
color: #8C769A;
}
.AnyTagClassName
{
color: #8C769A;
}
</style>
background-color css
<style>
a { background-color: #8C769A; }
a { background-color: rgb(140,118,154); }
div.DivClassName
{
background-color: #8C769A;
}
.BgClassName
{
background-color: #8C769A;
}
</style>
border-color css
<style>
span { border-color: #8C769A; }
span { border-color: rgb(140,118,154); }
td.TdClassName
{
border-color: #8C769A;
}
.TagClassName
{
border-color: #8C769A;
}
</style>