Shades of Cosmic #844B68
Tints of Cosmic #844B68
RGB
CMYK
RGB Variations
Color information
#844B68 (or 0x844B68) is known color: Cosmic. HEX triplet: 84, 4B and 68. RGB value is (132,75,104). Sum of RGB (Red+Green+Blue) = 132+75+104=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #844B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B68 is #7BB497. Grayscale: #5F5F5F. Windows color (decimal): -8107160 or 6835076. OLE color: 6835076.
HSL color Cylindrical-coordinate representation of color #844B68: hue angle of 329.47º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844B68 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 75 | 104 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.48 |
| HSL | 329.47º | 0.28% | 0.41% | - |
| HSV(B) | 329.47º | 0.43% | 0.52% | - |
| XYZ | 14.53 | 10.94 | 14.44 | - |
| YUV | 95.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 104 | 0 | 0.43 | 0.21 | 0.48 | 329.47 | 0.28 | 0.41 |
| Hex | 84 | 4B | 68 | 0 | 2B | 15 | 30 | 149 | 1C | 29 |
| Octal | 204 | 113 | 150 | 0 | 53 | 25 | 60 | 511 | 34 | 51 |
| Binary | 10000100 | 1001011 | 1101000 | 0 | 101011 | 10101 | 110000 | 101001001 | 11100 | 101001 |
Color Harmonies of #844B68
Complementary color
Monochromatic Colors of #844B68
Black with #844B68
Text Example
Text Example
White with #844B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B68; }
p { color: rgb(132,75,104); }
H1.HeaderClassName
{
color: #844B68;
}
.AnyTagClassName
{
color: #844B68;
}
</style>
background-color css
<style>
a { background-color: #844B68; }
a { background-color: rgb(132,75,104); }
div.DivClassName
{
background-color: #844B68;
}
.BgClassName
{
background-color: #844B68;
}
</style>
border-color css
<style>
span { border-color: #844B68; }
span { border-color: rgb(132,75,104); }
td.TdClassName
{
border-color: #844B68;
}
.TagClassName
{
border-color: #844B68;
}
</style>