Shades of Camarone #077725
Tints of Camarone #077725
RGB
CMYK
RGB Variations
Color information
#077725 (or 0x077725) is known color: Camarone. HEX triplet: 07, 77 and 25. RGB value is (7,119,37). Sum of RGB (Red+Green+Blue) = 7+119+37=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 119 (46.88% from 255 or 73.01% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 119 - color contains mainly: green. Hex color #077725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077725 is #F888DA. Grayscale: #4C4C4C. Windows color (decimal): -16287963 or 2455303. OLE color: 2455303.
HSL color Cylindrical-coordinate representation of color #077725: hue angle of 136.07º 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 #077725 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 37 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.53 |
| HSL | 136.07º | 0.89% | 0.25% | - |
| HSV(B) | 136.07º | 0.94% | 0.47% | - |
| XYZ | 7.02 | 13.37 | 3.96 | - |
| YUV | 76.16 | 105.89 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 37 | 0.94 | 0 | 0.69 | 0.53 | 136.07 | 0.89 | 0.25 |
| Hex | 7 | 77 | 25 | 5E | 0 | 45 | 35 | 88 | 59 | 19 |
| Octal | 7 | 167 | 45 | 136 | 0 | 105 | 65 | 210 | 131 | 31 |
| Binary | 111 | 1110111 | 100101 | 1011110 | 0 | 1000101 | 110101 | 10001000 | 1011001 | 11001 |
Color Harmonies of #077725
Complementary color
Monochromatic Colors of #077725
Black with #077725
Text Example
Text Example
White with #077725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077725; }
p { color: rgb(7,119,37); }
H1.HeaderClassName
{
color: #077725;
}
.AnyTagClassName
{
color: #077725;
}
</style>
background-color css
<style>
a { background-color: #077725; }
a { background-color: rgb(7,119,37); }
div.DivClassName
{
background-color: #077725;
}
.BgClassName
{
background-color: #077725;
}
</style>
border-color css
<style>
span { border-color: #077725; }
span { border-color: rgb(7,119,37); }
td.TdClassName
{
border-color: #077725;
}
.TagClassName
{
border-color: #077725;
}
</style>