Shades of Cyprus #073D45
Tints of Cyprus #073D45
RGB
CMYK
RGB Variations
Color information
#073D45 (or 0x073D45) is known color: Cyprus. HEX triplet: 07, 3D and 45. RGB value is (7,61,69). Sum of RGB (Red+Green+Blue) = 7+61+69=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 69 (27.34% from 255 or 50.36% from 137); Max value from RGB is 69 - color contains mainly: blue. Hex color #073D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D45 is #F8C2BA. Grayscale: #2D2D2D. Windows color (decimal): -16302779 or 4537607. OLE color: 4537607.
HSL color Cylindrical-coordinate representation of color #073D45: hue angle of 187.74º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073D45 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 61 | 69 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.73 |
| HSL | 187.74º | 0.82% | 0.15% | - |
| HSV(B) | 187.74º | 0.9% | 0.27% | - |
| XYZ | 2.83 | 3.81 | 6.22 | - |
| YUV | 45.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 69 | 0.90 | 0.12 | 0 | 0.73 | 187.74 | 0.82 | 0.15 |
| Hex | 7 | 3D | 45 | 5A | C | 0 | 49 | BC | 52 | F |
| Octal | 7 | 75 | 105 | 132 | 14 | 0 | 111 | 274 | 122 | 17 |
| Binary | 111 | 111101 | 1000101 | 1011010 | 1100 | 0 | 1001001 | 10111100 | 1010010 | 1111 |
Color Harmonies of #073D45
Complementary color
Monochromatic Colors of #073D45
Black with #073D45
Text Example
Text Example
White with #073D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D45; }
p { color: rgb(7,61,69); }
H1.HeaderClassName
{
color: #073D45;
}
.AnyTagClassName
{
color: #073D45;
}
</style>
background-color css
<style>
a { background-color: #073D45; }
a { background-color: rgb(7,61,69); }
div.DivClassName
{
background-color: #073D45;
}
.BgClassName
{
background-color: #073D45;
}
</style>
border-color css
<style>
span { border-color: #073D45; }
span { border-color: rgb(7,61,69); }
td.TdClassName
{
border-color: #073D45;
}
.TagClassName
{
border-color: #073D45;
}
</style>