#948F88

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

Shades of Heathered Grey #948F88

Tints of Heathered Grey #948F88

Color information

#948F88 (or 0x948F88) is unknown color: approx Heathered Grey. HEX triplet: 94, 8F and 88. RGB value is (148,143,136). Sum of RGB (Red+Green+Blue) = 148+143+136=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 148 - color contains mainly: red. Hex color #948F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F88 is #6B7077. Grayscale: #8F8F8F. Windows color (decimal): -7041144 or 8949652. OLE color: 8949652.

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

Color convert

RGB148143136-
CMYK00.030.080.42
HSL35º5.31%55.69%-
HSV(B)35º8.11%58.04%-
XYZ26.4827.7227.25-
YUV143.7123.66131.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=34.66%
G=33.49%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814313600.030.080.42355.3155.69
Hex948F880382A23538
Octal22421721003105243570
Binary1001010010001111100010000111000101010100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,143,136); }

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

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

 a { background-color: rgb(148,143,136); }

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

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

 span { border-color: rgb(148,143,136); }

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