Shades of Spray #7FC7CF
Tints of Spray #7FC7CF
RGB
CMYK
RGB Variations
Color information
#7FC7CF (or 0x7FC7CF) is known color: Spray. HEX triplet: 7F, C7 and CF. RGB value is (127,199,207). Sum of RGB (Red+Green+Blue) = 127+199+207=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FC7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC7CF is #803830. Grayscale: #B2B2B2. Windows color (decimal): -8402993 or 13617023. OLE color: 13617023.
HSL color Cylindrical-coordinate representation of color #7FC7CF: hue angle of 186º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FC7CF is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 199 | 207 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.19 |
| HSL | 186º | 0.45% | 0.65% | - |
| HSV(B) | 186º | 0.39% | 0.81% | - |
| XYZ | 40.44 | 49.86 | 66.52 | - |
| YUV | 178.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 199 | 207 | 0.39 | 0.04 | 0 | 0.19 | 186 | 0.45 | 0.65 |
| Hex | 7F | C7 | CF | 27 | 4 | 0 | 13 | BA | 2D | 41 |
| Octal | 177 | 307 | 317 | 47 | 4 | 0 | 23 | 272 | 55 | 101 |
| Binary | 1111111 | 11000111 | 11001111 | 100111 | 100 | 0 | 10011 | 10111010 | 101101 | 1000001 |
Color Harmonies of #7FC7CF
Complementary color
Monochromatic Colors of #7FC7CF
Black with #7FC7CF
Text Example
Text Example
White with #7FC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC7CF; }
p { color: rgb(127,199,207); }
H1.HeaderClassName
{
color: #7FC7CF;
}
.AnyTagClassName
{
color: #7FC7CF;
}
</style>
background-color css
<style>
a { background-color: #7FC7CF; }
a { background-color: rgb(127,199,207); }
div.DivClassName
{
background-color: #7FC7CF;
}
.BgClassName
{
background-color: #7FC7CF;
}
</style>
border-color css
<style>
span { border-color: #7FC7CF; }
span { border-color: rgb(127,199,207); }
td.TdClassName
{
border-color: #7FC7CF;
}
.TagClassName
{
border-color: #7FC7CF;
}
</style>