Shades of Cosmic #765C6C
Tints of Cosmic #765C6C
RGB
CMYK
RGB Variations
Color information
#765C6C (or 0x765C6C) is known color: Cosmic. HEX triplet: 76, 5C and 6C. RGB value is (118,92,108). Sum of RGB (Red+Green+Blue) = 118+92+108=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C6C is #89A393. Grayscale: #656565. Windows color (decimal): -9020308 or 7101558. OLE color: 7101558.
HSL color Cylindrical-coordinate representation of color #765C6C: hue angle of 323.08º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765C6C is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 108 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.54 |
| HSL | 323.08º | 0.12% | 0.41% | - |
| HSV(B) | 323.08º | 0.22% | 0.46% | - |
| XYZ | 14.01 | 12.59 | 15.88 | - |
| YUV | 101.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 108 | 0 | 0.22 | 0.08 | 0.54 | 323.08 | 0.12 | 0.41 |
| Hex | 76 | 5C | 6C | 0 | 16 | 8 | 36 | 143 | C | 29 |
| Octal | 166 | 134 | 154 | 0 | 26 | 10 | 66 | 503 | 14 | 51 |
| Binary | 1110110 | 1011100 | 1101100 | 0 | 10110 | 1000 | 110110 | 101000011 | 1100 | 101001 |
Color Harmonies of #765C6C
Complementary color
Monochromatic Colors of #765C6C
Black with #765C6C
Text Example
Text Example
White with #765C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C6C; }
p { color: rgb(118,92,108); }
H1.HeaderClassName
{
color: #765C6C;
}
.AnyTagClassName
{
color: #765C6C;
}
</style>
background-color css
<style>
a { background-color: #765C6C; }
a { background-color: rgb(118,92,108); }
div.DivClassName
{
background-color: #765C6C;
}
.BgClassName
{
background-color: #765C6C;
}
</style>
border-color css
<style>
span { border-color: #765C6C; }
span { border-color: rgb(118,92,108); }
td.TdClassName
{
border-color: #765C6C;
}
.TagClassName
{
border-color: #765C6C;
}
</style>