Shades of Cosmic #7B5B64
Tints of Cosmic #7B5B64
RGB
CMYK
RGB Variations
Color information
#7B5B64 (or 0x7B5B64) is known color: Cosmic. HEX triplet: 7B, 5B and 64. RGB value is (123,91,100). Sum of RGB (Red+Green+Blue) = 123+91+100=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5B64 is #84A49B. Grayscale: #656565. Windows color (decimal): -8692892 or 6577019. OLE color: 6577019.
HSL color Cylindrical-coordinate representation of color #7B5B64: hue angle of 343.12º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B5B64 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 91 | 100 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.52 |
| HSL | 343.13º | 0.15% | 0.42% | - |
| HSV(B) | 343.13º | 0.26% | 0.48% | - |
| XYZ | 14.21 | 12.61 | 13.74 | - |
| YUV | 101.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 100 | 0 | 0.26 | 0.19 | 0.52 | 343.13 | 0.15 | 0.42 |
| Hex | 7B | 5B | 64 | 0 | 1A | 13 | 34 | 157 | F | 2A |
| Octal | 173 | 133 | 144 | 0 | 32 | 23 | 64 | 527 | 17 | 52 |
| Binary | 1111011 | 1011011 | 1100100 | 0 | 11010 | 10011 | 110100 | 101010111 | 1111 | 101010 |
Color Harmonies of #7B5B64
Complementary color
Monochromatic Colors of #7B5B64
Black with #7B5B64
Text Example
Text Example
White with #7B5B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5B64; }
p { color: rgb(123,91,100); }
H1.HeaderClassName
{
color: #7B5B64;
}
.AnyTagClassName
{
color: #7B5B64;
}
</style>
background-color css
<style>
a { background-color: #7B5B64; }
a { background-color: rgb(123,91,100); }
div.DivClassName
{
background-color: #7B5B64;
}
.BgClassName
{
background-color: #7B5B64;
}
</style>
border-color css
<style>
span { border-color: #7B5B64; }
span { border-color: rgb(123,91,100); }
td.TdClassName
{
border-color: #7B5B64;
}
.TagClassName
{
border-color: #7B5B64;
}
</style>