Shades of Camarone #077627
Tints of Camarone #077627
RGB
CMYK
RGB Variations
Color information
#077627 (or 0x077627) is known color: Camarone. HEX triplet: 07, 76 and 27. RGB value is (7,118,39). Sum of RGB (Red+Green+Blue) = 7+118+39=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 118 (46.48% from 255 or 71.95% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 118 - color contains mainly: green. Hex color #077627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077627 is #F889D8. Grayscale: #4C4C4C. Windows color (decimal): -16288217 or 2586119. OLE color: 2586119.
HSL color Cylindrical-coordinate representation of color #077627: hue angle of 137.3º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077627 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 39 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.54 |
| HSL | 137.3º | 0.89% | 0.25% | - |
| HSV(B) | 137.3º | 0.94% | 0.46% | - |
| XYZ | 6.93 | 13.15 | 4.09 | - |
| YUV | 75.81 | 107.23 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 39 | 0.94 | 0 | 0.67 | 0.54 | 137.3 | 0.89 | 0.25 |
| Hex | 7 | 76 | 27 | 5E | 0 | 43 | 36 | 89 | 59 | 19 |
| Octal | 7 | 166 | 47 | 136 | 0 | 103 | 66 | 211 | 131 | 31 |
| Binary | 111 | 1110110 | 100111 | 1011110 | 0 | 1000011 | 110110 | 10001001 | 1011001 | 11001 |
Color Harmonies of #077627
Complementary color
Monochromatic Colors of #077627
Black with #077627
Text Example
Text Example
White with #077627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077627; }
p { color: rgb(7,118,39); }
H1.HeaderClassName
{
color: #077627;
}
.AnyTagClassName
{
color: #077627;
}
</style>
background-color css
<style>
a { background-color: #077627; }
a { background-color: rgb(7,118,39); }
div.DivClassName
{
background-color: #077627;
}
.BgClassName
{
background-color: #077627;
}
</style>
border-color css
<style>
span { border-color: #077627; }
span { border-color: rgb(7,118,39); }
td.TdClassName
{
border-color: #077627;
}
.TagClassName
{
border-color: #077627;
}
</style>