Shades of Camarone #07742C
Tints of Camarone #07742C
RGB
CMYK
RGB Variations
Color information
#07742C (or 0x07742C) is known color: Camarone. HEX triplet: 07, 74 and 2C. RGB value is (7,116,44). Sum of RGB (Red+Green+Blue) = 7+116+44=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 116 (45.70% from 255 or 69.46% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 116 - color contains mainly: green. Hex color #07742C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07742C is #F88BD3. Grayscale: #4B4B4B. Windows color (decimal): -16288724 or 2913287. OLE color: 2913287.
HSL color Cylindrical-coordinate representation of color #07742C: hue angle of 140.37º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07742C is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 116 | 44 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.55 |
| HSL | 140.37º | 0.89% | 0.24% | - |
| HSV(B) | 140.37º | 0.94% | 0.45% | - |
| XYZ | 6.79 | 12.72 | 4.48 | - |
| YUV | 75.2 | 110.39 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 44 | 0.94 | 0 | 0.62 | 0.55 | 140.37 | 0.89 | 0.24 |
| Hex | 7 | 74 | 2C | 5E | 0 | 3E | 37 | 8C | 59 | 18 |
| Octal | 7 | 164 | 54 | 136 | 0 | 76 | 67 | 214 | 131 | 30 |
| Binary | 111 | 1110100 | 101100 | 1011110 | 0 | 111110 | 110111 | 10001100 | 1011001 | 11000 |
Color Harmonies of #07742C
Complementary color
Monochromatic Colors of #07742C
Black with #07742C
Text Example
Text Example
White with #07742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07742C; }
p { color: rgb(7,116,44); }
H1.HeaderClassName
{
color: #07742C;
}
.AnyTagClassName
{
color: #07742C;
}
</style>
background-color css
<style>
a { background-color: #07742C; }
a { background-color: rgb(7,116,44); }
div.DivClassName
{
background-color: #07742C;
}
.BgClassName
{
background-color: #07742C;
}
</style>
border-color css
<style>
span { border-color: #07742C; }
span { border-color: rgb(7,116,44); }
td.TdClassName
{
border-color: #07742C;
}
.TagClassName
{
border-color: #07742C;
}
</style>