Shades of Cosmic #7B3C67
Tints of Cosmic #7B3C67
RGB
CMYK
RGB Variations
Color information
#7B3C67 (or 0x7B3C67) is known color: Cosmic. HEX triplet: 7B, 3C and 67. RGB value is (123,60,103). Sum of RGB (Red+Green+Blue) = 123+60+103=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3C67 is #84C398. Grayscale: #535353. Windows color (decimal): -8700825 or 6765691. OLE color: 6765691.
HSL color Cylindrical-coordinate representation of color #7B3C67: hue angle of 319.05º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B3C67 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 60 | 103 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.52 |
| HSL | 319.05º | 0.34% | 0.36% | - |
| HSV(B) | 319.05º | 0.51% | 0.48% | - |
| XYZ | 12.23 | 8.42 | 13.81 | - |
| YUV | 83.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 103 | 0 | 0.51 | 0.16 | 0.52 | 319.05 | 0.34 | 0.36 |
| Hex | 7B | 3C | 67 | 0 | 33 | 10 | 34 | 13F | 22 | 24 |
| Octal | 173 | 74 | 147 | 0 | 63 | 20 | 64 | 477 | 42 | 44 |
| Binary | 1111011 | 111100 | 1100111 | 0 | 110011 | 10000 | 110100 | 100111111 | 100010 | 100100 |
Color Harmonies of #7B3C67
Complementary color
Monochromatic Colors of #7B3C67
Black with #7B3C67
Text Example
Text Example
White with #7B3C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3C67; }
p { color: rgb(123,60,103); }
H1.HeaderClassName
{
color: #7B3C67;
}
.AnyTagClassName
{
color: #7B3C67;
}
</style>
background-color css
<style>
a { background-color: #7B3C67; }
a { background-color: rgb(123,60,103); }
div.DivClassName
{
background-color: #7B3C67;
}
.BgClassName
{
background-color: #7B3C67;
}
</style>
border-color css
<style>
span { border-color: #7B3C67; }
span { border-color: rgb(123,60,103); }
td.TdClassName
{
border-color: #7B3C67;
}
.TagClassName
{
border-color: #7B3C67;
}
</style>