Shades of Bali Hai #7CA2AF
Tints of Bali Hai #7CA2AF
RGB
CMYK
RGB Variations
Color information
#7CA2AF (or 0x7CA2AF) is known color: Bali Hai. HEX triplet: 7C, A2 and AF. RGB value is (124,162,175). Sum of RGB (Red+Green+Blue) = 124+162+175=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #7CA2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA2AF is #835D50. Grayscale: #989898. Windows color (decimal): -8609105 or 11510396. OLE color: 11510396.
HSL color Cylindrical-coordinate representation of color #7CA2AF: hue angle of 195.29º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CA2AF is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 162 | 175 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.31 |
| HSL | 195.29º | 0.24% | 0.59% | - |
| HSV(B) | 195.29º | 0.29% | 0.69% | - |
| XYZ | 28.97 | 33.22 | 45.44 | - |
| YUV | 152.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 175 | 0.29 | 0.07 | 0 | 0.31 | 195.29 | 0.24 | 0.59 |
| Hex | 7C | A2 | AF | 1D | 7 | 0 | 1F | C3 | 18 | 3B |
| Octal | 174 | 242 | 257 | 35 | 7 | 0 | 37 | 303 | 30 | 73 |
| Binary | 1111100 | 10100010 | 10101111 | 11101 | 111 | 0 | 11111 | 11000011 | 11000 | 111011 |
Color Harmonies of #7CA2AF
Complementary color
Monochromatic Colors of #7CA2AF
Black with #7CA2AF
Text Example
Text Example
White with #7CA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA2AF; }
p { color: rgb(124,162,175); }
H1.HeaderClassName
{
color: #7CA2AF;
}
.AnyTagClassName
{
color: #7CA2AF;
}
</style>
background-color css
<style>
a { background-color: #7CA2AF; }
a { background-color: rgb(124,162,175); }
div.DivClassName
{
background-color: #7CA2AF;
}
.BgClassName
{
background-color: #7CA2AF;
}
</style>
border-color css
<style>
span { border-color: #7CA2AF; }
span { border-color: rgb(124,162,175); }
td.TdClassName
{
border-color: #7CA2AF;
}
.TagClassName
{
border-color: #7CA2AF;
}
</style>