Shades of Cyprus #07403F
Tints of Cyprus #07403F
RGB
CMYK
RGB Variations
Color information
#07403F (or 0x07403F) is known color: Cyprus. HEX triplet: 07, 40 and 3F. RGB value is (7,64,63). Sum of RGB (Red+Green+Blue) = 7+64+63=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #07403F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07403F is #F8BFC0. Grayscale: #2E2E2E. Windows color (decimal): -16302017 or 4145159. OLE color: 4145159.
HSL color Cylindrical-coordinate representation of color #07403F: hue angle of 178.95º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07403F is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 63 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.75 |
| HSL | 178.95º | 0.8% | 0.14% | - |
| HSV(B) | 178.95º | 0.89% | 0.25% | - |
| XYZ | 2.82 | 4.07 | 5.34 | - |
| YUV | 46.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 63 | 0.89 | 0 | 0.02 | 0.75 | 178.95 | 0.8 | 0.14 |
| Hex | 7 | 40 | 3F | 59 | 0 | 2 | 4B | B3 | 50 | E |
| Octal | 7 | 100 | 77 | 131 | 0 | 2 | 113 | 263 | 120 | 16 |
| Binary | 111 | 1000000 | 111111 | 1011001 | 0 | 10 | 1001011 | 10110011 | 1010000 | 1110 |
Color Harmonies of #07403F
Complementary color
Monochromatic Colors of #07403F
Black with #07403F
Text Example
Text Example
White with #07403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07403F; }
p { color: rgb(7,64,63); }
H1.HeaderClassName
{
color: #07403F;
}
.AnyTagClassName
{
color: #07403F;
}
</style>
background-color css
<style>
a { background-color: #07403F; }
a { background-color: rgb(7,64,63); }
div.DivClassName
{
background-color: #07403F;
}
.BgClassName
{
background-color: #07403F;
}
</style>
border-color css
<style>
span { border-color: #07403F; }
span { border-color: rgb(7,64,63); }
td.TdClassName
{
border-color: #07403F;
}
.TagClassName
{
border-color: #07403F;
}
</style>