Shades of Crusoe #075829
Tints of Crusoe #075829
RGB
CMYK
RGB Variations
Color information
#075829 (or 0x075829) is known color: Crusoe. HEX triplet: 07, 58 and 29. RGB value is (7,88,41). Sum of RGB (Red+Green+Blue) = 7+88+41=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #075829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075829 is #F8A7D6. Grayscale: #3A3A3A. Windows color (decimal): -16295895 or 2709511. OLE color: 2709511.
HSL color Cylindrical-coordinate representation of color #075829: hue angle of 145.19º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075829 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 88 | 41 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.65 |
| HSL | 145.19º | 0.85% | 0.19% | - |
| HSV(B) | 145.19º | 0.92% | 0.35% | - |
| XYZ | 3.98 | 7.18 | 3.27 | - |
| YUV | 58.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 41 | 0.92 | 0 | 0.53 | 0.65 | 145.19 | 0.85 | 0.19 |
| Hex | 7 | 58 | 29 | 5C | 0 | 35 | 41 | 91 | 55 | 13 |
| Octal | 7 | 130 | 51 | 134 | 0 | 65 | 101 | 221 | 125 | 23 |
| Binary | 111 | 1011000 | 101001 | 1011100 | 0 | 110101 | 1000001 | 10010001 | 1010101 | 10011 |
Color Harmonies of #075829
Complementary color
Monochromatic Colors of #075829
Black with #075829
Text Example
Text Example
White with #075829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075829; }
p { color: rgb(7,88,41); }
H1.HeaderClassName
{
color: #075829;
}
.AnyTagClassName
{
color: #075829;
}
</style>
background-color css
<style>
a { background-color: #075829; }
a { background-color: rgb(7,88,41); }
div.DivClassName
{
background-color: #075829;
}
.BgClassName
{
background-color: #075829;
}
</style>
border-color css
<style>
span { border-color: #075829; }
span { border-color: rgb(7,88,41); }
td.TdClassName
{
border-color: #075829;
}
.TagClassName
{
border-color: #075829;
}
</style>