Shades of Cosmic #76385F
Tints of Cosmic #76385F
RGB
CMYK
RGB Variations
Color information
#76385F (or 0x76385F) is known color: Cosmic. HEX triplet: 76, 38 and 5F. RGB value is (118,56,95). Sum of RGB (Red+Green+Blue) = 118+56+95=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #76385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76385F is #89C7A0. Grayscale: #4E4E4E. Windows color (decimal): -9029537 or 6240374. OLE color: 6240374.
HSL color Cylindrical-coordinate representation of color #76385F: hue angle of 322.26º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76385F is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 56 | 95 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.54 |
| HSL | 322.26º | 0.36% | 0.34% | - |
| HSV(B) | 322.26º | 0.53% | 0.46% | - |
| XYZ | 10.95 | 7.51 | 11.7 | - |
| YUV | 78.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 95 | 0 | 0.53 | 0.19 | 0.54 | 322.26 | 0.36 | 0.34 |
| Hex | 76 | 38 | 5F | 0 | 35 | 13 | 36 | 142 | 24 | 22 |
| Octal | 166 | 70 | 137 | 0 | 65 | 23 | 66 | 502 | 44 | 42 |
| Binary | 1110110 | 111000 | 1011111 | 0 | 110101 | 10011 | 110110 | 101000010 | 100100 | 100010 |
Color Harmonies of #76385F
Complementary color
Monochromatic Colors of #76385F
Black with #76385F
Text Example
Text Example
White with #76385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76385F; }
p { color: rgb(118,56,95); }
H1.HeaderClassName
{
color: #76385F;
}
.AnyTagClassName
{
color: #76385F;
}
</style>
background-color css
<style>
a { background-color: #76385F; }
a { background-color: rgb(118,56,95); }
div.DivClassName
{
background-color: #76385F;
}
.BgClassName
{
background-color: #76385F;
}
</style>
border-color css
<style>
span { border-color: #76385F; }
span { border-color: rgb(118,56,95); }
td.TdClassName
{
border-color: #76385F;
}
.TagClassName
{
border-color: #76385F;
}
</style>