Shades of Cosmic #74535F
Tints of Cosmic #74535F
RGB
CMYK
RGB Variations
Color information
#74535F (or 0x74535F) is known color: Cosmic. HEX triplet: 74, 53 and 5F. RGB value is (116,83,95). Sum of RGB (Red+Green+Blue) = 116+83+95=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #74535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74535F is #8BACA0. Grayscale: #5E5E5E. Windows color (decimal): -9153697 or 6247284. OLE color: 6247284.
HSL color Cylindrical-coordinate representation of color #74535F: hue angle of 338.18º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74535F is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 95 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.55 |
| HSL | 338.18º | 0.17% | 0.39% | - |
| HSV(B) | 338.18º | 0.28% | 0.45% | - |
| XYZ | 12.36 | 10.73 | 12.25 | - |
| YUV | 94.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 95 | 0 | 0.28 | 0.18 | 0.55 | 338.18 | 0.17 | 0.39 |
| Hex | 74 | 53 | 5F | 0 | 1C | 12 | 37 | 152 | 11 | 27 |
| Octal | 164 | 123 | 137 | 0 | 34 | 22 | 67 | 522 | 21 | 47 |
| Binary | 1110100 | 1010011 | 1011111 | 0 | 11100 | 10010 | 110111 | 101010010 | 10001 | 100111 |
Color Harmonies of #74535F
Complementary color
Monochromatic Colors of #74535F
Black with #74535F
Text Example
Text Example
White with #74535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74535F; }
p { color: rgb(116,83,95); }
H1.HeaderClassName
{
color: #74535F;
}
.AnyTagClassName
{
color: #74535F;
}
</style>
background-color css
<style>
a { background-color: #74535F; }
a { background-color: rgb(116,83,95); }
div.DivClassName
{
background-color: #74535F;
}
.BgClassName
{
background-color: #74535F;
}
</style>
border-color css
<style>
span { border-color: #74535F; }
span { border-color: rgb(116,83,95); }
td.TdClassName
{
border-color: #74535F;
}
.TagClassName
{
border-color: #74535F;
}
</style>