#948E7F

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

Shades of Heathered Grey #948E7F

Tints of Heathered Grey #948E7F

Color information

#948E7F (or 0x948E7F) is unknown color: approx Heathered Grey. HEX triplet: 94, 8E and 7F. RGB value is (148,142,127). Sum of RGB (Red+Green+Blue) = 148+142+127=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #948E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E7F is #6B7180. Grayscale: #8E8E8E. Windows color (decimal): -7041409 or 8359572. OLE color: 8359572.

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

Color convert

RGB148142127-
CMYK00.040.140.42
HSL42.86º8.94%53.92%-
HSV(B)42.86º14.19%58.04%-
XYZ25.7227.1723.97-
YUV142.08119.49132.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 127 (50% from 255) = 30.46%
R=35.49%
G=34.05%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814212700.040.140.4242.868.9453.92
Hex948E7F04E2A2b936
Octal224216177041652531166
Binary10010100100011101111111010011101010101010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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