Shades of Cosmic #7B426D
Tints of Cosmic #7B426D
RGB
CMYK
RGB Variations
Color information
#7B426D (or 0x7B426D) is known color: Cosmic. HEX triplet: 7B, 42 and 6D. RGB value is (123,66,109). Sum of RGB (Red+Green+Blue) = 123+66+109=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 123 - color contains mainly: red. Hex color #7B426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B426D is #84BD92. Grayscale: #575757. Windows color (decimal): -8699283 or 7160443. OLE color: 7160443.
HSL color Cylindrical-coordinate representation of color #7B426D: hue angle of 314.74º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B426D is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 109 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.52 |
| HSL | 314.74º | 0.3% | 0.37% | - |
| HSV(B) | 314.74º | 0.46% | 0.48% | - |
| XYZ | 12.88 | 9.21 | 15.57 | - |
| YUV | 87.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 109 | 0 | 0.46 | 0.11 | 0.52 | 314.74 | 0.3 | 0.37 |
| Hex | 7B | 42 | 6D | 0 | 2E | B | 34 | 13B | 1E | 25 |
| Octal | 173 | 102 | 155 | 0 | 56 | 13 | 64 | 473 | 36 | 45 |
| Binary | 1111011 | 1000010 | 1101101 | 0 | 101110 | 1011 | 110100 | 100111011 | 11110 | 100101 |
Color Harmonies of #7B426D
Complementary color
Monochromatic Colors of #7B426D
Black with #7B426D
Text Example
Text Example
White with #7B426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B426D; }
p { color: rgb(123,66,109); }
H1.HeaderClassName
{
color: #7B426D;
}
.AnyTagClassName
{
color: #7B426D;
}
</style>
background-color css
<style>
a { background-color: #7B426D; }
a { background-color: rgb(123,66,109); }
div.DivClassName
{
background-color: #7B426D;
}
.BgClassName
{
background-color: #7B426D;
}
</style>
border-color css
<style>
span { border-color: #7B426D; }
span { border-color: rgb(123,66,109); }
td.TdClassName
{
border-color: #7B426D;
}
.TagClassName
{
border-color: #7B426D;
}
</style>