Shades of Spray #7FC7CB
Tints of Spray #7FC7CB
RGB
CMYK
RGB Variations
Color information
#7FC7CB (or 0x7FC7CB) is known color: Spray. HEX triplet: 7F, C7 and CB. RGB value is (127,199,203). Sum of RGB (Red+Green+Blue) = 127+199+203=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FC7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC7CB is #803834. Grayscale: #B1B1B1. Windows color (decimal): -8402997 or 13354879. OLE color: 13354879.
HSL color Cylindrical-coordinate representation of color #7FC7CB: hue angle of 183.16º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC7CB is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 199 | 203 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.20 |
| HSL | 183.16º | 0.42% | 0.65% | - |
| HSV(B) | 183.16º | 0.37% | 0.8% | - |
| XYZ | 39.96 | 49.67 | 63.98 | - |
| YUV | 177.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 199 | 203 | 0.37 | 0.02 | 0 | 0.20 | 183.16 | 0.42 | 0.65 |
| Hex | 7F | C7 | CB | 25 | 2 | 0 | 14 | B7 | 2A | 41 |
| Octal | 177 | 307 | 313 | 45 | 2 | 0 | 24 | 267 | 52 | 101 |
| Binary | 1111111 | 11000111 | 11001011 | 100101 | 10 | 0 | 10100 | 10110111 | 101010 | 1000001 |
Color Harmonies of #7FC7CB
Complementary color
Monochromatic Colors of #7FC7CB
Black with #7FC7CB
Text Example
Text Example
White with #7FC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC7CB; }
p { color: rgb(127,199,203); }
H1.HeaderClassName
{
color: #7FC7CB;
}
.AnyTagClassName
{
color: #7FC7CB;
}
</style>
background-color css
<style>
a { background-color: #7FC7CB; }
a { background-color: rgb(127,199,203); }
div.DivClassName
{
background-color: #7FC7CB;
}
.BgClassName
{
background-color: #7FC7CB;
}
</style>
border-color css
<style>
span { border-color: #7FC7CB; }
span { border-color: rgb(127,199,203); }
td.TdClassName
{
border-color: #7FC7CB;
}
.TagClassName
{
border-color: #7FC7CB;
}
</style>