Shades of Cosmic #765C6B
Tints of Cosmic #765C6B
RGB
CMYK
RGB Variations
Color information
#765C6B (or 0x765C6B) is known color: Cosmic. HEX triplet: 76, 5C and 6B. RGB value is (118,92,107). Sum of RGB (Red+Green+Blue) = 118+92+107=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #765C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C6B is #89A394. Grayscale: #656565. Windows color (decimal): -9020309 or 7036022. OLE color: 7036022.
HSL color Cylindrical-coordinate representation of color #765C6B: hue angle of 325.38º 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 #765C6B is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 107 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.54 |
| HSL | 325.38º | 0.12% | 0.41% | - |
| HSV(B) | 325.38º | 0.22% | 0.46% | - |
| XYZ | 13.95 | 12.57 | 15.6 | - |
| YUV | 101.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 107 | 0 | 0.22 | 0.09 | 0.54 | 325.38 | 0.12 | 0.41 |
| Hex | 76 | 5C | 6B | 0 | 16 | 9 | 36 | 145 | C | 29 |
| Octal | 166 | 134 | 153 | 0 | 26 | 11 | 66 | 505 | 14 | 51 |
| Binary | 1110110 | 1011100 | 1101011 | 0 | 10110 | 1001 | 110110 | 101000101 | 1100 | 101001 |
Color Harmonies of #765C6B
Complementary color
Monochromatic Colors of #765C6B
Black with #765C6B
Text Example
Text Example
White with #765C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C6B; }
p { color: rgb(118,92,107); }
H1.HeaderClassName
{
color: #765C6B;
}
.AnyTagClassName
{
color: #765C6B;
}
</style>
background-color css
<style>
a { background-color: #765C6B; }
a { background-color: rgb(118,92,107); }
div.DivClassName
{
background-color: #765C6B;
}
.BgClassName
{
background-color: #765C6B;
}
</style>
border-color css
<style>
span { border-color: #765C6B; }
span { border-color: rgb(118,92,107); }
td.TdClassName
{
border-color: #765C6B;
}
.TagClassName
{
border-color: #765C6B;
}
</style>