#948E8A

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

Shades of Zorba #948E8A

Tints of Zorba #948E8A

Color information

#948E8A (or 0x948E8A) is unknown color: approx Zorba. HEX triplet: 94, 8E and 8A. RGB value is (148,142,138). Sum of RGB (Red+Green+Blue) = 148+142+138=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 148 - color contains mainly: red. Hex color #948E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E8A is #6B7175. Grayscale: #8F8F8F. Windows color (decimal): -7041398 or 9080468. OLE color: 9080468.

HSL color Cylindrical-coordinate representation of color #948E8A: hue angle of 24º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #948E8A is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148142138-
CMYK00.040.070.42
HSL24º4.46%56.08%-
HSV(B)24º6.76%58.04%-
XYZ26.4727.4827.95-
YUV143.34124.99131.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=34.58%
G=33.18%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814213800.040.070.42244.4656.08
Hex948E8A0472A18438
Octal2242162120475230470
Binary100101001000111010001010010011110101011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,142,138); }

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

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

 a { background-color: rgb(148,142,138); }

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

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

 span { border-color: rgb(148,142,138); }

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