Shades of Zorba #9D948C
Tints of Zorba #9D948C
RGB
CMYK
RGB Variations
Color information
#9D948C (or 0x9D948C) is known color: Zorba. HEX triplet: 9D, 94 and 8C. RGB value is (157,148,140). Sum of RGB (Red+Green+Blue) = 157+148+140=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 157 - color contains mainly: red. Hex color #9D948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D948C is #626B73. Grayscale: #959595. Windows color (decimal): -6450036 or 9213085. OLE color: 9213085.
HSL color Cylindrical-coordinate representation of color #9D948C: hue angle of 28.24º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9D948C is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 148 | 140 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.38 |
| HSL | 28.24º | 0.08% | 0.58% | - |
| HSV(B) | 28.24º | 0.11% | 0.62% | - |
| XYZ | 29.23 | 30.24 | 29.11 | - |
| YUV | 149.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 140 | 0 | 0.06 | 0.11 | 0.38 | 28.24 | 0.08 | 0.58 |
| Hex | 9D | 94 | 8C | 0 | 6 | B | 26 | 1C | 8 | 3A |
| Octal | 235 | 224 | 214 | 0 | 6 | 13 | 46 | 34 | 10 | 72 |
| Binary | 10011101 | 10010100 | 10001100 | 0 | 110 | 1011 | 100110 | 11100 | 1000 | 111010 |
Color Harmonies of #9D948C
Complementary color
Monochromatic Colors of #9D948C
Black with #9D948C
Text Example
Text Example
White with #9D948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D948C; }
p { color: rgb(157,148,140); }
H1.HeaderClassName
{
color: #9D948C;
}
.AnyTagClassName
{
color: #9D948C;
}
</style>
background-color css
<style>
a { background-color: #9D948C; }
a { background-color: rgb(157,148,140); }
div.DivClassName
{
background-color: #9D948C;
}
.BgClassName
{
background-color: #9D948C;
}
</style>
border-color css
<style>
span { border-color: #9D948C; }
span { border-color: rgb(157,148,140); }
td.TdClassName
{
border-color: #9D948C;
}
.TagClassName
{
border-color: #9D948C;
}
</style>