Shades of Zorba #95918E
Tints of Zorba #95918E
RGB
CMYK
RGB Variations
Color information
#95918E (or 0x95918E) is known color: Zorba. HEX triplet: 95, 91 and 8E. RGB value is (149,145,142). Sum of RGB (Red+Green+Blue) = 149+145+142=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 149 - color contains mainly: red. Hex color #95918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95918E is #6A6E71. Grayscale: #919191. Windows color (decimal): -6975090 or 9343381. OLE color: 9343381.
HSL color Cylindrical-coordinate representation of color #95918E: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #95918E is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 142 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.42 |
| HSL | 25.71º | 0.03% | 0.57% | - |
| HSV(B) | 25.71º | 0.05% | 0.58% | - |
| XYZ | 27.4 | 28.59 | 29.67 | - |
| YUV | 145.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 142 | 0 | 0.03 | 0.05 | 0.42 | 25.71 | 0.03 | 0.57 |
| Hex | 95 | 91 | 8E | 0 | 3 | 5 | 2A | 1A | 3 | 39 |
| Octal | 225 | 221 | 216 | 0 | 3 | 5 | 52 | 32 | 3 | 71 |
| Binary | 10010101 | 10010001 | 10001110 | 0 | 11 | 101 | 101010 | 11010 | 11 | 111001 |
Color Harmonies of #95918E
Complementary color
Monochromatic Colors of #95918E
Black with #95918E
Text Example
Text Example
White with #95918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95918E; }
p { color: rgb(149,145,142); }
H1.HeaderClassName
{
color: #95918E;
}
.AnyTagClassName
{
color: #95918E;
}
</style>
background-color css
<style>
a { background-color: #95918E; }
a { background-color: rgb(149,145,142); }
div.DivClassName
{
background-color: #95918E;
}
.BgClassName
{
background-color: #95918E;
}
</style>
border-color css
<style>
span { border-color: #95918E; }
span { border-color: rgb(149,145,142); }
td.TdClassName
{
border-color: #95918E;
}
.TagClassName
{
border-color: #95918E;
}
</style>