Shades of Cosmic #7B425E
Tints of Cosmic #7B425E
RGB
CMYK
RGB Variations
Color information
#7B425E (or 0x7B425E) is known color: Cosmic. HEX triplet: 7B, 42 and 5E. RGB value is (123,66,94). Sum of RGB (Red+Green+Blue) = 123+66+94=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B425E is #84BDA1. Grayscale: #565656. Windows color (decimal): -8699298 or 6177403. OLE color: 6177403.
HSL color Cylindrical-coordinate representation of color #7B425E: hue angle of 330.53º 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 #7B425E is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 94 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.52 |
| HSL | 330.53º | 0.3% | 0.37% | - |
| HSV(B) | 330.53º | 0.46% | 0.48% | - |
| XYZ | 12.14 | 8.92 | 11.67 | - |
| YUV | 86.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 94 | 0 | 0.46 | 0.24 | 0.52 | 330.53 | 0.3 | 0.37 |
| Hex | 7B | 42 | 5E | 0 | 2E | 18 | 34 | 14B | 1E | 25 |
| Octal | 173 | 102 | 136 | 0 | 56 | 30 | 64 | 513 | 36 | 45 |
| Binary | 1111011 | 1000010 | 1011110 | 0 | 101110 | 11000 | 110100 | 101001011 | 11110 | 100101 |
Color Harmonies of #7B425E
Complementary color
Monochromatic Colors of #7B425E
Black with #7B425E
Text Example
Text Example
White with #7B425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B425E; }
p { color: rgb(123,66,94); }
H1.HeaderClassName
{
color: #7B425E;
}
.AnyTagClassName
{
color: #7B425E;
}
</style>
background-color css
<style>
a { background-color: #7B425E; }
a { background-color: rgb(123,66,94); }
div.DivClassName
{
background-color: #7B425E;
}
.BgClassName
{
background-color: #7B425E;
}
</style>
border-color css
<style>
span { border-color: #7B425E; }
span { border-color: rgb(123,66,94); }
td.TdClassName
{
border-color: #7B425E;
}
.TagClassName
{
border-color: #7B425E;
}
</style>