Shades of Cosmic #7B3D6A
Tints of Cosmic #7B3D6A
RGB
CMYK
RGB Variations
Color information
#7B3D6A (or 0x7B3D6A) is known color: Cosmic. HEX triplet: 7B, 3D and 6A. RGB value is (123,61,106). Sum of RGB (Red+Green+Blue) = 123+61+106=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3D6A is #84C295. Grayscale: #545454. Windows color (decimal): -8700566 or 6962555. OLE color: 6962555.
HSL color Cylindrical-coordinate representation of color #7B3D6A: hue angle of 316.45º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B3D6A is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 61 | 106 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.52 |
| HSL | 316.45º | 0.34% | 0.36% | - |
| HSV(B) | 316.45º | 0.5% | 0.48% | - |
| XYZ | 12.44 | 8.59 | 14.64 | - |
| YUV | 84.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 61 | 106 | 0 | 0.50 | 0.14 | 0.52 | 316.45 | 0.34 | 0.36 |
| Hex | 7B | 3D | 6A | 0 | 32 | E | 34 | 13C | 22 | 24 |
| Octal | 173 | 75 | 152 | 0 | 62 | 16 | 64 | 474 | 42 | 44 |
| Binary | 1111011 | 111101 | 1101010 | 0 | 110010 | 1110 | 110100 | 100111100 | 100010 | 100100 |
Color Harmonies of #7B3D6A
Complementary color
Monochromatic Colors of #7B3D6A
Black with #7B3D6A
Text Example
Text Example
White with #7B3D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3D6A; }
p { color: rgb(123,61,106); }
H1.HeaderClassName
{
color: #7B3D6A;
}
.AnyTagClassName
{
color: #7B3D6A;
}
</style>
background-color css
<style>
a { background-color: #7B3D6A; }
a { background-color: rgb(123,61,106); }
div.DivClassName
{
background-color: #7B3D6A;
}
.BgClassName
{
background-color: #7B3D6A;
}
</style>
border-color css
<style>
span { border-color: #7B3D6A; }
span { border-color: rgb(123,61,106); }
td.TdClassName
{
border-color: #7B3D6A;
}
.TagClassName
{
border-color: #7B3D6A;
}
</style>