#948F87

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

Shades of Heathered Grey #948F87

Tints of Heathered Grey #948F87

Color information

#948F87 (or 0x948F87) is unknown color: approx Heathered Grey. HEX triplet: 94, 8F and 87. RGB value is (148,143,135). Sum of RGB (Red+Green+Blue) = 148+143+135=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 148 - color contains mainly: red. Hex color #948F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948F87 is #6B7078. Grayscale: #8F8F8F. Windows color (decimal): -7041145 or 8884116. OLE color: 8884116.

HSL color Cylindrical-coordinate representation of color #948F87: hue angle of 36.92º 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 #948F87 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB148143135-
CMYK00.030.090.42
HSL36.92º5.73%55.49%-
HSV(B)36.92º8.78%58.04%-
XYZ26.4127.6926.87-
YUV143.58123.16131.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=34.74%
G=33.57%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814313500.030.090.4236.925.7355.49
Hex948F870392A25637
Octal22421720703115245667
Binary1001010010001111100001110111001101010100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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