#948D87

Color #948D87 Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #948D87

Tints of Zorba #948D87

Color information

#948D87 (or 0x948D87) is unknown color: approx Zorba. HEX triplet: 94, 8D and 87. RGB value is (148,141,135). Sum of RGB (Red+Green+Blue) = 148+141+135=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #948D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D87 is #6B7278. Grayscale: #8E8E8E. Windows color (decimal): -7041657 or 8883604. OLE color: 8883604.

HSL color Cylindrical-coordinate representation of color #948D87: hue angle of 27.69º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948D87 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB148141135-
CMYK00.050.090.42
HSL27.69º5.73%55.49%-
HSV(B)27.69º8.78%58.04%-
XYZ26.1127.0926.78-
YUV142.41123.82131.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=34.91%
G=33.25%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814113500.050.090.4227.695.7355.49
Hex948D870592A1c637
Octal22421520705115234667
Binary1001010010001101100001110101100110101011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948D87; }

 p { color: rgb(148,141,135); }

 H1.HeaderClassName
 {
   color: #948D87;
 }
 .AnyTagClassName
 {
   color: #948D87;
 }
</style>
background-color css

<style>
 a { background-color: #948D87; }

 a { background-color: rgb(148,141,135); }

 div.DivClassName
 {
   background-color: #948D87;
 }
 .BgClassName
 {
   background-color: #948D87;
 }
</style>
border-color css

<style>
 span { border-color: #948D87; }

 span { border-color: rgb(148,141,135); }

 td.TdClassName
 {
   border-color: #948D87;
 }
 .TagClassName
 {
   border-color: #948D87;
 }
</style>