Shades of Cosmic #7C4357
Tints of Cosmic #7C4357
RGB
CMYK
RGB Variations
Color information
#7C4357 (or 0x7C4357) is known color: Cosmic. HEX triplet: 7C, 43 and 57. RGB value is (124,67,87). Sum of RGB (Red+Green+Blue) = 124+67+87=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4357 is #83BCA8. Grayscale: #565656. Windows color (decimal): -8633513 or 5718908. OLE color: 5718908.
HSL color Cylindrical-coordinate representation of color #7C4357: hue angle of 338.95º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C4357 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 87 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.51 |
| HSL | 338.95º | 0.3% | 0.37% | - |
| HSV(B) | 338.95º | 0.46% | 0.49% | - |
| XYZ | 12.04 | 8.99 | 10.12 | - |
| YUV | 86.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 87 | 0 | 0.46 | 0.30 | 0.51 | 338.95 | 0.3 | 0.37 |
| Hex | 7C | 43 | 57 | 0 | 2E | 1E | 33 | 153 | 1E | 25 |
| Octal | 174 | 103 | 127 | 0 | 56 | 36 | 63 | 523 | 36 | 45 |
| Binary | 1111100 | 1000011 | 1010111 | 0 | 101110 | 11110 | 110011 | 101010011 | 11110 | 100101 |
Color Harmonies of #7C4357
Complementary color
Monochromatic Colors of #7C4357
Black with #7C4357
Text Example
Text Example
White with #7C4357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4357; }
p { color: rgb(124,67,87); }
H1.HeaderClassName
{
color: #7C4357;
}
.AnyTagClassName
{
color: #7C4357;
}
</style>
background-color css
<style>
a { background-color: #7C4357; }
a { background-color: rgb(124,67,87); }
div.DivClassName
{
background-color: #7C4357;
}
.BgClassName
{
background-color: #7C4357;
}
</style>
border-color css
<style>
span { border-color: #7C4357; }
span { border-color: rgb(124,67,87); }
td.TdClassName
{
border-color: #7C4357;
}
.TagClassName
{
border-color: #7C4357;
}
</style>