Shades of Cyprus #07403C
Tints of Cyprus #07403C
RGB
CMYK
RGB Variations
Color information
#07403C (or 0x07403C) is known color: Cyprus. HEX triplet: 07, 40 and 3C. RGB value is (7,64,60). Sum of RGB (Red+Green+Blue) = 7+64+60=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #07403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07403C is #F8BFC3. Grayscale: #2E2E2E. Windows color (decimal): -16302020 or 3948551. OLE color: 3948551.
HSL color Cylindrical-coordinate representation of color #07403C: hue angle of 175.79º 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 #07403C is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 60 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.75 |
| HSL | 175.79º | 0.8% | 0.14% | - |
| HSV(B) | 175.79º | 0.89% | 0.25% | - |
| XYZ | 2.74 | 4.04 | 4.91 | - |
| YUV | 46.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 60 | 0.89 | 0 | 0.06 | 0.75 | 175.79 | 0.8 | 0.14 |
| Hex | 7 | 40 | 3C | 59 | 0 | 6 | 4B | B0 | 50 | E |
| Octal | 7 | 100 | 74 | 131 | 0 | 6 | 113 | 260 | 120 | 16 |
| Binary | 111 | 1000000 | 111100 | 1011001 | 0 | 110 | 1001011 | 10110000 | 1010000 | 1110 |
Color Harmonies of #07403C
Complementary color
Monochromatic Colors of #07403C
Black with #07403C
Text Example
Text Example
White with #07403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07403C; }
p { color: rgb(7,64,60); }
H1.HeaderClassName
{
color: #07403C;
}
.AnyTagClassName
{
color: #07403C;
}
</style>
background-color css
<style>
a { background-color: #07403C; }
a { background-color: rgb(7,64,60); }
div.DivClassName
{
background-color: #07403C;
}
.BgClassName
{
background-color: #07403C;
}
</style>
border-color css
<style>
span { border-color: #07403C; }
span { border-color: rgb(7,64,60); }
td.TdClassName
{
border-color: #07403C;
}
.TagClassName
{
border-color: #07403C;
}
</style>