Shades of Jungle Mist #A7C7CB
Tints of Jungle Mist #A7C7CB
RGB
CMYK
RGB Variations
Color information
#A7C7CB (or 0xA7C7CB) is known color: Jungle Mist. HEX triplet: A7, C7 and CB. RGB value is (167,199,203). Sum of RGB (Red+Green+Blue) = 167+199+203=569 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.35% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7C7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C7CB is #583834. Grayscale: #BDBDBD. Windows color (decimal): -5781557 or 13354919. OLE color: 13354919.
HSL color Cylindrical-coordinate representation of color #A7C7CB: hue angle of 186.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7C7CB is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 199 | 203 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.20 |
| HSL | 186.67º | 0.26% | 0.73% | - |
| HSV(B) | 186.67º | 0.18% | 0.8% | - |
| XYZ | 47.14 | 53.37 | 64.32 | - |
| YUV | 189.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 199 | 203 | 0.18 | 0.02 | 0 | 0.20 | 186.67 | 0.26 | 0.73 |
| Hex | A7 | C7 | CB | 12 | 2 | 0 | 14 | BB | 1A | 49 |
| Octal | 247 | 307 | 313 | 22 | 2 | 0 | 24 | 273 | 32 | 111 |
| Binary | 10100111 | 11000111 | 11001011 | 10010 | 10 | 0 | 10100 | 10111011 | 11010 | 1001001 |
Color Harmonies of #A7C7CB
Complementary color
Monochromatic Colors of #A7C7CB
Black with #A7C7CB
Text Example
Text Example
White with #A7C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C7CB; }
p { color: rgb(167,199,203); }
H1.HeaderClassName
{
color: #A7C7CB;
}
.AnyTagClassName
{
color: #A7C7CB;
}
</style>
background-color css
<style>
a { background-color: #A7C7CB; }
a { background-color: rgb(167,199,203); }
div.DivClassName
{
background-color: #A7C7CB;
}
.BgClassName
{
background-color: #A7C7CB;
}
</style>
border-color css
<style>
span { border-color: #A7C7CB; }
span { border-color: rgb(167,199,203); }
td.TdClassName
{
border-color: #A7C7CB;
}
.TagClassName
{
border-color: #A7C7CB;
}
</style>