Shades of Cyprus #07554C
Tints of Cyprus #07554C
RGB
CMYK
RGB Variations
Color information
#07554C (or 0x07554C) is known color: Cyprus. HEX triplet: 07, 55 and 4C. RGB value is (7,85,76). Sum of RGB (Red+Green+Blue) = 7+85+76=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #07554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07554C is #F8AAB3. Grayscale: #3C3C3C. Windows color (decimal): -16296628 or 5002503. OLE color: 5002503.
HSL color Cylindrical-coordinate representation of color #07554C: hue angle of 173.08º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07554C is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 85 | 76 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.67 |
| HSL | 173.08º | 0.85% | 0.18% | - |
| HSV(B) | 173.08º | 0.92% | 0.33% | - |
| XYZ | 4.64 | 7.06 | 7.96 | - |
| YUV | 60.65 | 136.66 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 76 | 0.92 | 0 | 0.11 | 0.67 | 173.08 | 0.85 | 0.18 |
| Hex | 7 | 55 | 4C | 5C | 0 | B | 43 | AD | 55 | 12 |
| Octal | 7 | 125 | 114 | 134 | 0 | 13 | 103 | 255 | 125 | 22 |
| Binary | 111 | 1010101 | 1001100 | 1011100 | 0 | 1011 | 1000011 | 10101101 | 1010101 | 10010 |
Color Harmonies of #07554C
Complementary color
Monochromatic Colors of #07554C
Black with #07554C
Text Example
Text Example
White with #07554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07554C; }
p { color: rgb(7,85,76); }
H1.HeaderClassName
{
color: #07554C;
}
.AnyTagClassName
{
color: #07554C;
}
</style>
background-color css
<style>
a { background-color: #07554C; }
a { background-color: rgb(7,85,76); }
div.DivClassName
{
background-color: #07554C;
}
.BgClassName
{
background-color: #07554C;
}
</style>
border-color css
<style>
span { border-color: #07554C; }
span { border-color: rgb(7,85,76); }
td.TdClassName
{
border-color: #07554C;
}
.TagClassName
{
border-color: #07554C;
}
</style>