Shades of Cosmic #74535B
Tints of Cosmic #74535B
RGB
CMYK
RGB Variations
Color information
#74535B (or 0x74535B) is known color: Cosmic. HEX triplet: 74, 53 and 5B. RGB value is (116,83,91). Sum of RGB (Red+Green+Blue) = 116+83+91=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #74535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74535B is #8BACA4. Grayscale: #5D5D5D. Windows color (decimal): -9153701 or 5985140. OLE color: 5985140.
HSL color Cylindrical-coordinate representation of color #74535B: hue angle of 345.45º 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 #74535B is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 91 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.55 |
| HSL | 345.45º | 0.17% | 0.39% | - |
| HSV(B) | 345.45º | 0.28% | 0.45% | - |
| XYZ | 12.18 | 10.65 | 11.31 | - |
| YUV | 93.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 91 | 0 | 0.28 | 0.22 | 0.55 | 345.45 | 0.17 | 0.39 |
| Hex | 74 | 53 | 5B | 0 | 1C | 16 | 37 | 159 | 11 | 27 |
| Octal | 164 | 123 | 133 | 0 | 34 | 26 | 67 | 531 | 21 | 47 |
| Binary | 1110100 | 1010011 | 1011011 | 0 | 11100 | 10110 | 110111 | 101011001 | 10001 | 100111 |
Color Harmonies of #74535B
Complementary color
Monochromatic Colors of #74535B
Black with #74535B
Text Example
Text Example
White with #74535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74535B; }
p { color: rgb(116,83,91); }
H1.HeaderClassName
{
color: #74535B;
}
.AnyTagClassName
{
color: #74535B;
}
</style>
background-color css
<style>
a { background-color: #74535B; }
a { background-color: rgb(116,83,91); }
div.DivClassName
{
background-color: #74535B;
}
.BgClassName
{
background-color: #74535B;
}
</style>
border-color css
<style>
span { border-color: #74535B; }
span { border-color: rgb(116,83,91); }
td.TdClassName
{
border-color: #74535B;
}
.TagClassName
{
border-color: #74535B;
}
</style>