Shades of Zanah #B7BBB7
Tints of Zanah #B7BBB7
RGB
CMYK
RGB Variations
Color information
#B7BBB7 (or 0xB7BBB7) is known color: Zanah. HEX triplet: B7, BB and B7. RGB value is (183,187,183). Sum of RGB (Red+Green+Blue) = 183+187+183=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBB7 is #484448. Grayscale: #B9B9B9. Windows color (decimal): -4736073 or 12041143. OLE color: 12041143.
HSL color Cylindrical-coordinate representation of color #B7BBB7: hue angle of 120º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B7BBB7 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 183 | 187 | 183 | - |
CMYK | 0.02 | 0 | 0.02 | 0.27 |
HSL | 120º | 0.03% | 0.73% | - |
HSV(B) | 120º | 0.02% | 0.73% | - |
XYZ | 45.85 | 49.03 | 51.85 | - |
YUV | 185.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 187 | 183 | 0.02 | 0 | 0.02 | 0.27 | 120 | 0.03 | 0.73 |
Hex | B7 | BB | B7 | 2 | 0 | 2 | 1B | 78 | 3 | 49 |
Octal | 267 | 273 | 267 | 2 | 0 | 2 | 33 | 170 | 3 | 111 |
Binary | 10110111 | 10111011 | 10110111 | 10 | 0 | 10 | 11011 | 1111000 | 11 | 1001001 |
Color Harmonies of #B7BBB7
Complementary color
Monochromatic Colors of #B7BBB7
Black with #B7BBB7
Text Example
Text Example
White with #B7BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BBB7; }
p { color: rgb(183,187,183); }
H1.HeaderClassName
{
color: #B7BBB7;
}
.AnyTagClassName
{
color: #B7BBB7;
}
</style>
background-color css
<style>
a { background-color: #B7BBB7; }
a { background-color: rgb(183,187,183); }
div.DivClassName
{
background-color: #B7BBB7;
}
.BgClassName
{
background-color: #B7BBB7;
}
</style>
border-color css
<style>
span { border-color: #B7BBB7; }
span { border-color: rgb(183,187,183); }
td.TdClassName
{
border-color: #B7BBB7;
}
.TagClassName
{
border-color: #B7BBB7;
}
</style>