Shades of Cosmic #7B5B65
Tints of Cosmic #7B5B65
RGB
CMYK
RGB Variations
Color information
#7B5B65 (or 0x7B5B65) is known color: Cosmic. HEX triplet: 7B, 5B and 65. RGB value is (123,91,101). Sum of RGB (Red+Green+Blue) = 123+91+101=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5B65 is #84A49A. Grayscale: #656565. Windows color (decimal): -8692891 or 6642555. OLE color: 6642555.
HSL color Cylindrical-coordinate representation of color #7B5B65: hue angle of 341.25º 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 #7B5B65 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 91 | 101 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.52 |
| HSL | 341.25º | 0.15% | 0.42% | - |
| HSV(B) | 341.25º | 0.26% | 0.48% | - |
| XYZ | 14.26 | 12.63 | 14 | - |
| YUV | 101.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 101 | 0 | 0.26 | 0.18 | 0.52 | 341.25 | 0.15 | 0.42 |
| Hex | 7B | 5B | 65 | 0 | 1A | 12 | 34 | 155 | F | 2A |
| Octal | 173 | 133 | 145 | 0 | 32 | 22 | 64 | 525 | 17 | 52 |
| Binary | 1111011 | 1011011 | 1100101 | 0 | 11010 | 10010 | 110100 | 101010101 | 1111 | 101010 |
Color Harmonies of #7B5B65
Complementary color
Monochromatic Colors of #7B5B65
Black with #7B5B65
Text Example
Text Example
White with #7B5B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5B65; }
p { color: rgb(123,91,101); }
H1.HeaderClassName
{
color: #7B5B65;
}
.AnyTagClassName
{
color: #7B5B65;
}
</style>
background-color css
<style>
a { background-color: #7B5B65; }
a { background-color: rgb(123,91,101); }
div.DivClassName
{
background-color: #7B5B65;
}
.BgClassName
{
background-color: #7B5B65;
}
</style>
border-color css
<style>
span { border-color: #7B5B65; }
span { border-color: rgb(123,91,101); }
td.TdClassName
{
border-color: #7B5B65;
}
.TagClassName
{
border-color: #7B5B65;
}
</style>