Shades of Cosmic #765B67
Tints of Cosmic #765B67
RGB
CMYK
RGB Variations
Color information
#765B67 (or 0x765B67) is known color: Cosmic. HEX triplet: 76, 5B and 67. RGB value is (118,91,103). Sum of RGB (Red+Green+Blue) = 118+91+103=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #765B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B67 is #89A498. Grayscale: #646464. Windows color (decimal): -9020569 or 6773622. OLE color: 6773622.
HSL color Cylindrical-coordinate representation of color #765B67: hue angle of 333.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #765B67 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 103 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.54 |
| HSL | 333.33º | 0.13% | 0.41% | - |
| HSV(B) | 333.33º | 0.23% | 0.46% | - |
| XYZ | 13.66 | 12.31 | 14.49 | - |
| YUV | 100.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 103 | 0 | 0.23 | 0.13 | 0.54 | 333.33 | 0.13 | 0.41 |
| Hex | 76 | 5B | 67 | 0 | 17 | D | 36 | 14D | D | 29 |
| Octal | 166 | 133 | 147 | 0 | 27 | 15 | 66 | 515 | 15 | 51 |
| Binary | 1110110 | 1011011 | 1100111 | 0 | 10111 | 1101 | 110110 | 101001101 | 1101 | 101001 |
Color Harmonies of #765B67
Complementary color
Monochromatic Colors of #765B67
Black with #765B67
Text Example
Text Example
White with #765B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B67; }
p { color: rgb(118,91,103); }
H1.HeaderClassName
{
color: #765B67;
}
.AnyTagClassName
{
color: #765B67;
}
</style>
background-color css
<style>
a { background-color: #765B67; }
a { background-color: rgb(118,91,103); }
div.DivClassName
{
background-color: #765B67;
}
.BgClassName
{
background-color: #765B67;
}
</style>
border-color css
<style>
span { border-color: #765B67; }
span { border-color: rgb(118,91,103); }
td.TdClassName
{
border-color: #765B67;
}
.TagClassName
{
border-color: #765B67;
}
</style>