Shades of Cosmic #795465
Tints of Cosmic #795465
RGB
CMYK
RGB Variations
Color information
#795465 (or 0x795465) is known color: Cosmic. HEX triplet: 79, 54 and 65. RGB value is (121,84,101). Sum of RGB (Red+Green+Blue) = 121+84+101=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #795465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795465 is #86AB9A. Grayscale: #606060. Windows color (decimal): -8825755 or 6640761. OLE color: 6640761.
HSL color Cylindrical-coordinate representation of color #795465: hue angle of 332.43º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795465 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 84 | 101 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.53 |
| HSL | 332.43º | 0.18% | 0.4% | - |
| HSV(B) | 332.43º | 0.31% | 0.47% | - |
| XYZ | 13.4 | 11.35 | 13.8 | - |
| YUV | 97 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 84 | 101 | 0 | 0.31 | 0.17 | 0.53 | 332.43 | 0.18 | 0.4 |
| Hex | 79 | 54 | 65 | 0 | 1F | 11 | 35 | 14C | 12 | 28 |
| Octal | 171 | 124 | 145 | 0 | 37 | 21 | 65 | 514 | 22 | 50 |
| Binary | 1111001 | 1010100 | 1100101 | 0 | 11111 | 10001 | 110101 | 101001100 | 10010 | 101000 |
Color Harmonies of #795465
Complementary color
Monochromatic Colors of #795465
Black with #795465
Text Example
Text Example
White with #795465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795465; }
p { color: rgb(121,84,101); }
H1.HeaderClassName
{
color: #795465;
}
.AnyTagClassName
{
color: #795465;
}
</style>
background-color css
<style>
a { background-color: #795465; }
a { background-color: rgb(121,84,101); }
div.DivClassName
{
background-color: #795465;
}
.BgClassName
{
background-color: #795465;
}
</style>
border-color css
<style>
span { border-color: #795465; }
span { border-color: rgb(121,84,101); }
td.TdClassName
{
border-color: #795465;
}
.TagClassName
{
border-color: #795465;
}
</style>