Shades of Zorba #94908D
Tints of Zorba #94908D
RGB
CMYK
RGB Variations
Color information
#94908D (or 0x94908D) is known color: Zorba. HEX triplet: 94, 90 and 8D. RGB value is (148,144,141). Sum of RGB (Red+Green+Blue) = 148+144+141=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 148 - color contains mainly: red. Hex color #94908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94908D is #6B6F72. Grayscale: #909090. Windows color (decimal): -7040883 or 9277588. OLE color: 9277588.
HSL color Cylindrical-coordinate representation of color #94908D: 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 #94908D is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 141 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.42 |
| HSL | 25.71º | 0.03% | 0.57% | - |
| HSV(B) | 25.71º | 0.05% | 0.58% | - |
| XYZ | 26.99 | 28.17 | 29.21 | - |
| YUV | 144.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 141 | 0 | 0.03 | 0.05 | 0.42 | 25.71 | 0.03 | 0.57 |
| Hex | 94 | 90 | 8D | 0 | 3 | 5 | 2A | 1A | 3 | 39 |
| Octal | 224 | 220 | 215 | 0 | 3 | 5 | 52 | 32 | 3 | 71 |
| Binary | 10010100 | 10010000 | 10001101 | 0 | 11 | 101 | 101010 | 11010 | 11 | 111001 |
Color Harmonies of #94908D
Complementary color
Monochromatic Colors of #94908D
Black with #94908D
Text Example
Text Example
White with #94908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94908D; }
p { color: rgb(148,144,141); }
H1.HeaderClassName
{
color: #94908D;
}
.AnyTagClassName
{
color: #94908D;
}
</style>
background-color css
<style>
a { background-color: #94908D; }
a { background-color: rgb(148,144,141); }
div.DivClassName
{
background-color: #94908D;
}
.BgClassName
{
background-color: #94908D;
}
</style>
border-color css
<style>
span { border-color: #94908D; }
span { border-color: rgb(148,144,141); }
td.TdClassName
{
border-color: #94908D;
}
.TagClassName
{
border-color: #94908D;
}
</style>