Shades of Camarone #07772B
Tints of Camarone #07772B
RGB
CMYK
RGB Variations
Color information
#07772B (or 0x07772B) is known color: Camarone. HEX triplet: 07, 77 and 2B. RGB value is (7,119,43). Sum of RGB (Red+Green+Blue) = 7+119+43=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 119 (46.88% from 255 or 70.41% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 119 - color contains mainly: green. Hex color #07772B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07772B is #F888D4. Grayscale: #4D4D4D. Windows color (decimal): -16287957 or 2848519. OLE color: 2848519.
HSL color Cylindrical-coordinate representation of color #07772B: hue angle of 139.29º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07772B is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 43 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.53 |
| HSL | 139.29º | 0.89% | 0.25% | - |
| HSV(B) | 139.29º | 0.94% | 0.47% | - |
| XYZ | 7.12 | 13.41 | 4.5 | - |
| YUV | 76.85 | 108.89 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 43 | 0.94 | 0 | 0.64 | 0.53 | 139.29 | 0.89 | 0.25 |
| Hex | 7 | 77 | 2B | 5E | 0 | 40 | 35 | 8B | 59 | 19 |
| Octal | 7 | 167 | 53 | 136 | 0 | 100 | 65 | 213 | 131 | 31 |
| Binary | 111 | 1110111 | 101011 | 1011110 | 0 | 1000000 | 110101 | 10001011 | 1011001 | 11001 |
Color Harmonies of #07772B
Complementary color
Monochromatic Colors of #07772B
Black with #07772B
Text Example
Text Example
White with #07772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07772B; }
p { color: rgb(7,119,43); }
H1.HeaderClassName
{
color: #07772B;
}
.AnyTagClassName
{
color: #07772B;
}
</style>
background-color css
<style>
a { background-color: #07772B; }
a { background-color: rgb(7,119,43); }
div.DivClassName
{
background-color: #07772B;
}
.BgClassName
{
background-color: #07772B;
}
</style>
border-color css
<style>
span { border-color: #07772B; }
span { border-color: rgb(7,119,43); }
td.TdClassName
{
border-color: #07772B;
}
.TagClassName
{
border-color: #07772B;
}
</style>