Shades of Cyprus #07463C
Tints of Cyprus #07463C
RGB
CMYK
RGB Variations
Color information
#07463C (or 0x07463C) is known color: Cyprus. HEX triplet: 07, 46 and 3C. RGB value is (7,70,60). Sum of RGB (Red+Green+Blue) = 7+70+60=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #07463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07463C is #F8B9C3. Grayscale: #323232. Windows color (decimal): -16300484 or 3950087. OLE color: 3950087.
HSL color Cylindrical-coordinate representation of color #07463C: hue angle of 170.48º degrees, saturation: 0.82, 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 #07463C is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 70 | 60 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.73 |
| HSL | 170.48º | 0.82% | 0.15% | - |
| HSV(B) | 170.48º | 0.9% | 0.27% | - |
| XYZ | 3.09 | 4.75 | 5.03 | - |
| YUV | 50.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 60 | 0.90 | 0 | 0.14 | 0.73 | 170.48 | 0.82 | 0.15 |
| Hex | 7 | 46 | 3C | 5A | 0 | E | 49 | AA | 52 | F |
| Octal | 7 | 106 | 74 | 132 | 0 | 16 | 111 | 252 | 122 | 17 |
| Binary | 111 | 1000110 | 111100 | 1011010 | 0 | 1110 | 1001001 | 10101010 | 1010010 | 1111 |
Color Harmonies of #07463C
Complementary color
Monochromatic Colors of #07463C
Black with #07463C
Text Example
Text Example
White with #07463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07463C; }
p { color: rgb(7,70,60); }
H1.HeaderClassName
{
color: #07463C;
}
.AnyTagClassName
{
color: #07463C;
}
</style>
background-color css
<style>
a { background-color: #07463C; }
a { background-color: rgb(7,70,60); }
div.DivClassName
{
background-color: #07463C;
}
.BgClassName
{
background-color: #07463C;
}
</style>
border-color css
<style>
span { border-color: #07463C; }
span { border-color: rgb(7,70,60); }
td.TdClassName
{
border-color: #07463C;
}
.TagClassName
{
border-color: #07463C;
}
</style>