Shades of Cosmic #7B4067
Tints of Cosmic #7B4067
RGB
CMYK
RGB Variations
Color information
#7B4067 (or 0x7B4067) is known color: Cosmic. HEX triplet: 7B, 40 and 67. RGB value is (123,64,103). Sum of RGB (Red+Green+Blue) = 123+64+103=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4067 is #84BF98. Grayscale: #555555. Windows color (decimal): -8699801 or 6766715. OLE color: 6766715.
HSL color Cylindrical-coordinate representation of color #7B4067: hue angle of 320.34º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B4067 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 103 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.52 |
| HSL | 320.34º | 0.32% | 0.37% | - |
| HSV(B) | 320.34º | 0.48% | 0.48% | - |
| XYZ | 12.45 | 8.86 | 13.89 | - |
| YUV | 86.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 103 | 0 | 0.48 | 0.16 | 0.52 | 320.34 | 0.32 | 0.37 |
| Hex | 7B | 40 | 67 | 0 | 30 | 10 | 34 | 140 | 20 | 25 |
| Octal | 173 | 100 | 147 | 0 | 60 | 20 | 64 | 500 | 40 | 45 |
| Binary | 1111011 | 1000000 | 1100111 | 0 | 110000 | 10000 | 110100 | 101000000 | 100000 | 100101 |
Color Harmonies of #7B4067
Complementary color
Monochromatic Colors of #7B4067
Black with #7B4067
Text Example
Text Example
White with #7B4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4067; }
p { color: rgb(123,64,103); }
H1.HeaderClassName
{
color: #7B4067;
}
.AnyTagClassName
{
color: #7B4067;
}
</style>
background-color css
<style>
a { background-color: #7B4067; }
a { background-color: rgb(123,64,103); }
div.DivClassName
{
background-color: #7B4067;
}
.BgClassName
{
background-color: #7B4067;
}
</style>
border-color css
<style>
span { border-color: #7B4067; }
span { border-color: rgb(123,64,103); }
td.TdClassName
{
border-color: #7B4067;
}
.TagClassName
{
border-color: #7B4067;
}
</style>