Shades of Cosmic #874B6C
Tints of Cosmic #874B6C
RGB
CMYK
RGB Variations
Color information
#874B6C (or 0x874B6C) is known color: Cosmic. HEX triplet: 87, 4B and 6C. RGB value is (135,75,108). Sum of RGB (Red+Green+Blue) = 135+75+108=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #874B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B6C is #78B493. Grayscale: #606060. Windows color (decimal): -7910548 or 7097223. OLE color: 7097223.
HSL color Cylindrical-coordinate representation of color #874B6C: hue angle of 327º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874B6C is Cyan = 0, Magento = 0.44, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 75 | 108 | - |
| CMYK | 0 | 0.44 | 0.2 | 0.47 |
| HSL | 327º | 0.29% | 0.41% | - |
| HSV(B) | 327º | 0.44% | 0.53% | - |
| XYZ | 15.21 | 11.27 | 15.56 | - |
| YUV | 96.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 108 | 0 | 0.44 | 0.2 | 0.47 | 327 | 0.29 | 0.41 |
| Hex | 87 | 4B | 6C | 0 | 2C | 14 | 2F | 147 | 1D | 29 |
| Octal | 207 | 113 | 154 | 0 | 54 | 24 | 57 | 507 | 35 | 51 |
| Binary | 10000111 | 1001011 | 1101100 | 0 | 101100 | 10100 | 101111 | 101000111 | 11101 | 101001 |
Color Harmonies of #874B6C
Complementary color
Monochromatic Colors of #874B6C
Black with #874B6C
Text Example
Text Example
White with #874B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874B6C; }
p { color: rgb(135,75,108); }
H1.HeaderClassName
{
color: #874B6C;
}
.AnyTagClassName
{
color: #874B6C;
}
</style>
background-color css
<style>
a { background-color: #874B6C; }
a { background-color: rgb(135,75,108); }
div.DivClassName
{
background-color: #874B6C;
}
.BgClassName
{
background-color: #874B6C;
}
</style>
border-color css
<style>
span { border-color: #874B6C; }
span { border-color: rgb(135,75,108); }
td.TdClassName
{
border-color: #874B6C;
}
.TagClassName
{
border-color: #874B6C;
}
</style>