Shades of Cosmic #7B4E6B
Tints of Cosmic #7B4E6B
RGB
CMYK
RGB Variations
Color information
#7B4E6B (or 0x7B4E6B) is known color: Cosmic. HEX triplet: 7B, 4E and 6B. RGB value is (123,78,107). Sum of RGB (Red+Green+Blue) = 123+78+107=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4E6B is #84B194. Grayscale: #5E5E5E. Windows color (decimal): -8696213 or 7032443. OLE color: 7032443.
HSL color Cylindrical-coordinate representation of color #7B4E6B: hue angle of 321.33º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B4E6B is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 78 | 107 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.52 |
| HSL | 321.33º | 0.22% | 0.39% | - |
| HSV(B) | 321.33º | 0.37% | 0.48% | - |
| XYZ | 13.55 | 10.72 | 15.27 | - |
| YUV | 94.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 107 | 0 | 0.37 | 0.13 | 0.52 | 321.33 | 0.22 | 0.39 |
| Hex | 7B | 4E | 6B | 0 | 25 | D | 34 | 141 | 16 | 27 |
| Octal | 173 | 116 | 153 | 0 | 45 | 15 | 64 | 501 | 26 | 47 |
| Binary | 1111011 | 1001110 | 1101011 | 0 | 100101 | 1101 | 110100 | 101000001 | 10110 | 100111 |
Color Harmonies of #7B4E6B
Complementary color
Monochromatic Colors of #7B4E6B
Black with #7B4E6B
Text Example
Text Example
White with #7B4E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4E6B; }
p { color: rgb(123,78,107); }
H1.HeaderClassName
{
color: #7B4E6B;
}
.AnyTagClassName
{
color: #7B4E6B;
}
</style>
background-color css
<style>
a { background-color: #7B4E6B; }
a { background-color: rgb(123,78,107); }
div.DivClassName
{
background-color: #7B4E6B;
}
.BgClassName
{
background-color: #7B4E6B;
}
</style>
border-color css
<style>
span { border-color: #7B4E6B; }
span { border-color: rgb(123,78,107); }
td.TdClassName
{
border-color: #7B4E6B;
}
.TagClassName
{
border-color: #7B4E6B;
}
</style>