Shades of Cosmic #7B495C
Tints of Cosmic #7B495C
RGB
CMYK
RGB Variations
Color information
#7B495C (or 0x7B495C) is known color: Cosmic. HEX triplet: 7B, 49 and 5C. RGB value is (123,73,92). Sum of RGB (Red+Green+Blue) = 123+73+92=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 123 - color contains mainly: red. Hex color #7B495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B495C is #84B6A3. Grayscale: #5A5A5A. Windows color (decimal): -8697508 or 6048123. OLE color: 6048123.
HSL color Cylindrical-coordinate representation of color #7B495C: hue angle of 337.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B495C is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 73 | 92 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.52 |
| HSL | 337.2º | 0.26% | 0.38% | - |
| HSV(B) | 337.2º | 0.41% | 0.48% | - |
| XYZ | 12.48 | 9.75 | 11.35 | - |
| YUV | 90.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 73 | 92 | 0 | 0.41 | 0.25 | 0.52 | 337.2 | 0.26 | 0.38 |
| Hex | 7B | 49 | 5C | 0 | 29 | 19 | 34 | 151 | 1A | 26 |
| Octal | 173 | 111 | 134 | 0 | 51 | 31 | 64 | 521 | 32 | 46 |
| Binary | 1111011 | 1001001 | 1011100 | 0 | 101001 | 11001 | 110100 | 101010001 | 11010 | 100110 |
Color Harmonies of #7B495C
Complementary color
Monochromatic Colors of #7B495C
Black with #7B495C
Text Example
Text Example
White with #7B495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B495C; }
p { color: rgb(123,73,92); }
H1.HeaderClassName
{
color: #7B495C;
}
.AnyTagClassName
{
color: #7B495C;
}
</style>
background-color css
<style>
a { background-color: #7B495C; }
a { background-color: rgb(123,73,92); }
div.DivClassName
{
background-color: #7B495C;
}
.BgClassName
{
background-color: #7B495C;
}
</style>
border-color css
<style>
span { border-color: #7B495C; }
span { border-color: rgb(123,73,92); }
td.TdClassName
{
border-color: #7B495C;
}
.TagClassName
{
border-color: #7B495C;
}
</style>