Shades of Cosmic #7B4669
Tints of Cosmic #7B4669
RGB
CMYK
RGB Variations
Color information
#7B4669 (or 0x7B4669) is known color: Cosmic. HEX triplet: 7B, 46 and 69. RGB value is (123,70,105). Sum of RGB (Red+Green+Blue) = 123+70+105=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4669 is #84B996. Grayscale: #595959. Windows color (decimal): -8698263 or 6899323. OLE color: 6899323.
HSL color Cylindrical-coordinate representation of color #7B4669: hue angle of 320.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B4669 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 70 | 105 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.52 |
| HSL | 320.38º | 0.27% | 0.38% | - |
| HSV(B) | 320.38º | 0.43% | 0.48% | - |
| XYZ | 12.91 | 9.61 | 14.54 | - |
| YUV | 89.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 70 | 105 | 0 | 0.43 | 0.15 | 0.52 | 320.38 | 0.27 | 0.38 |
| Hex | 7B | 46 | 69 | 0 | 2B | F | 34 | 140 | 1B | 26 |
| Octal | 173 | 106 | 151 | 0 | 53 | 17 | 64 | 500 | 33 | 46 |
| Binary | 1111011 | 1000110 | 1101001 | 0 | 101011 | 1111 | 110100 | 101000000 | 11011 | 100110 |
Color Harmonies of #7B4669
Complementary color
Monochromatic Colors of #7B4669
Black with #7B4669
Text Example
Text Example
White with #7B4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4669; }
p { color: rgb(123,70,105); }
H1.HeaderClassName
{
color: #7B4669;
}
.AnyTagClassName
{
color: #7B4669;
}
</style>
background-color css
<style>
a { background-color: #7B4669; }
a { background-color: rgb(123,70,105); }
div.DivClassName
{
background-color: #7B4669;
}
.BgClassName
{
background-color: #7B4669;
}
</style>
border-color css
<style>
span { border-color: #7B4669; }
span { border-color: rgb(123,70,105); }
td.TdClassName
{
border-color: #7B4669;
}
.TagClassName
{
border-color: #7B4669;
}
</style>