Shades of Cosmic #7B4B6F
Tints of Cosmic #7B4B6F
RGB
CMYK
RGB Variations
Color information
#7B4B6F (or 0x7B4B6F) is known color: Cosmic. HEX triplet: 7B, 4B and 6F. RGB value is (123,75,111). Sum of RGB (Red+Green+Blue) = 123+75+111=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4B6F is #84B490. Grayscale: #5D5D5D. Windows color (decimal): -8696977 or 7293819. OLE color: 7293819.
HSL color Cylindrical-coordinate representation of color #7B4B6F: hue angle of 315º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B4B6F is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
RGB | 123 | 75 | 111 | - |
CMYK | 0 | 0.39 | 0.10 | 0.52 |
HSL | 315º | 0.24% | 0.39% | - |
HSV(B) | 315º | 0.39% | 0.48% | - |
XYZ | 13.55 | 10.39 | 16.33 | - |
YUV | 93.46 | 137.9 | 149.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 75 | 111 | 0 | 0.39 | 0.10 | 0.52 | 315 | 0.24 | 0.39 |
Hex | 7B | 4B | 6F | 0 | 27 | A | 34 | 13B | 18 | 27 |
Octal | 173 | 113 | 157 | 0 | 47 | 12 | 64 | 473 | 30 | 47 |
Binary | 1111011 | 1001011 | 1101111 | 0 | 100111 | 1010 | 110100 | 100111011 | 11000 | 100111 |
Color Harmonies of #7B4B6F
Complementary color
Monochromatic Colors of #7B4B6F
Black with #7B4B6F
Text Example
Text Example
White with #7B4B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4B6F; }
p { color: rgb(123,75,111); }
H1.HeaderClassName
{
color: #7B4B6F;
}
.AnyTagClassName
{
color: #7B4B6F;
}
</style>
background-color css
<style>
a { background-color: #7B4B6F; }
a { background-color: rgb(123,75,111); }
div.DivClassName
{
background-color: #7B4B6F;
}
.BgClassName
{
background-color: #7B4B6F;
}
</style>
border-color css
<style>
span { border-color: #7B4B6F; }
span { border-color: rgb(123,75,111); }
td.TdClassName
{
border-color: #7B4B6F;
}
.TagClassName
{
border-color: #7B4B6F;
}
</style>