Shades of Cyprus #07443C
Tints of Cyprus #07443C
RGB
CMYK
RGB Variations
Color information
#07443C (or 0x07443C) is known color: Cyprus. HEX triplet: 07, 44 and 3C. RGB value is (7,68,60). Sum of RGB (Red+Green+Blue) = 7+68+60=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #07443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07443C is #F8BBC3. Grayscale: #303030. Windows color (decimal): -16300996 or 3949575. OLE color: 3949575.
HSL color Cylindrical-coordinate representation of color #07443C: hue angle of 172.13º degrees, saturation: 0.81, 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 #07443C is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 68 | 60 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.73 |
| HSL | 172.13º | 0.81% | 0.15% | - |
| HSV(B) | 172.13º | 0.9% | 0.27% | - |
| XYZ | 2.97 | 4.51 | 4.99 | - |
| YUV | 48.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 60 | 0.90 | 0 | 0.12 | 0.73 | 172.13 | 0.81 | 0.15 |
| Hex | 7 | 44 | 3C | 5A | 0 | C | 49 | AC | 51 | F |
| Octal | 7 | 104 | 74 | 132 | 0 | 14 | 111 | 254 | 121 | 17 |
| Binary | 111 | 1000100 | 111100 | 1011010 | 0 | 1100 | 1001001 | 10101100 | 1010001 | 1111 |
Color Harmonies of #07443C
Complementary color
Monochromatic Colors of #07443C
Black with #07443C
Text Example
Text Example
White with #07443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07443C; }
p { color: rgb(7,68,60); }
H1.HeaderClassName
{
color: #07443C;
}
.AnyTagClassName
{
color: #07443C;
}
</style>
background-color css
<style>
a { background-color: #07443C; }
a { background-color: rgb(7,68,60); }
div.DivClassName
{
background-color: #07443C;
}
.BgClassName
{
background-color: #07443C;
}
</style>
border-color css
<style>
span { border-color: #07443C; }
span { border-color: rgb(7,68,60); }
td.TdClassName
{
border-color: #07443C;
}
.TagClassName
{
border-color: #07443C;
}
</style>