Shades of Cyprus #07373E
Tints of Cyprus #07373E
RGB
CMYK
RGB Variations
Color information
#07373E (or 0x07373E) is known color: Cyprus. HEX triplet: 07, 37 and 3E. RGB value is (7,55,62). Sum of RGB (Red+Green+Blue) = 7+55+62=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #07373E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07373E is #F8C8C1. Grayscale: #292929. Windows color (decimal): -16304322 or 4077319. OLE color: 4077319.
HSL color Cylindrical-coordinate representation of color #07373E: hue angle of 187.64º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07373E is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 55 | 62 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.76 |
| HSL | 187.64º | 0.8% | 0.14% | - |
| HSV(B) | 187.64º | 0.89% | 0.24% | - |
| XYZ | 2.32 | 3.13 | 5.04 | - |
| YUV | 41.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 62 | 0.89 | 0.11 | 0 | 0.76 | 187.64 | 0.8 | 0.14 |
| Hex | 7 | 37 | 3E | 59 | B | 0 | 4C | BC | 50 | E |
| Octal | 7 | 67 | 76 | 131 | 13 | 0 | 114 | 274 | 120 | 16 |
| Binary | 111 | 110111 | 111110 | 1011001 | 1011 | 0 | 1001100 | 10111100 | 1010000 | 1110 |
Color Harmonies of #07373E
Complementary color
Monochromatic Colors of #07373E
Black with #07373E
Text Example
Text Example
White with #07373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07373E; }
p { color: rgb(7,55,62); }
H1.HeaderClassName
{
color: #07373E;
}
.AnyTagClassName
{
color: #07373E;
}
</style>
background-color css
<style>
a { background-color: #07373E; }
a { background-color: rgb(7,55,62); }
div.DivClassName
{
background-color: #07373E;
}
.BgClassName
{
background-color: #07373E;
}
</style>
border-color css
<style>
span { border-color: #07373E; }
span { border-color: rgb(7,55,62); }
td.TdClassName
{
border-color: #07373E;
}
.TagClassName
{
border-color: #07373E;
}
</style>