Shades of Cyprus #07403B
Tints of Cyprus #07403B
RGB
CMYK
RGB Variations
Color information
#07403B (or 0x07403B) is known color: Cyprus. HEX triplet: 07, 40 and 3B. RGB value is (7,64,59). Sum of RGB (Red+Green+Blue) = 7+64+59=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #07403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07403B is #F8BFC4. Grayscale: #2E2E2E. Windows color (decimal): -16302021 or 3883015. OLE color: 3883015.
HSL color Cylindrical-coordinate representation of color #07403B: hue angle of 174.74º 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 #07403B is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 59 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.75 |
| HSL | 174.74º | 0.8% | 0.14% | - |
| HSV(B) | 174.74º | 0.89% | 0.25% | - |
| XYZ | 2.71 | 4.03 | 4.77 | - |
| YUV | 46.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 59 | 0.89 | 0 | 0.08 | 0.75 | 174.74 | 0.8 | 0.14 |
| Hex | 7 | 40 | 3B | 59 | 0 | 8 | 4B | AF | 50 | E |
| Octal | 7 | 100 | 73 | 131 | 0 | 10 | 113 | 257 | 120 | 16 |
| Binary | 111 | 1000000 | 111011 | 1011001 | 0 | 1000 | 1001011 | 10101111 | 1010000 | 1110 |
Color Harmonies of #07403B
Complementary color
Monochromatic Colors of #07403B
Black with #07403B
Text Example
Text Example
White with #07403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07403B; }
p { color: rgb(7,64,59); }
H1.HeaderClassName
{
color: #07403B;
}
.AnyTagClassName
{
color: #07403B;
}
</style>
background-color css
<style>
a { background-color: #07403B; }
a { background-color: rgb(7,64,59); }
div.DivClassName
{
background-color: #07403B;
}
.BgClassName
{
background-color: #07403B;
}
</style>
border-color css
<style>
span { border-color: #07403B; }
span { border-color: rgb(7,64,59); }
td.TdClassName
{
border-color: #07403B;
}
.TagClassName
{
border-color: #07403B;
}
</style>