#948F7E

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

Shades of Heathered Grey #948F7E

Tints of Heathered Grey #948F7E

Color information

#948F7E (or 0x948F7E) is unknown color: approx Heathered Grey. HEX triplet: 94, 8F and 7E. RGB value is (148,143,126). Sum of RGB (Red+Green+Blue) = 148+143+126=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #948F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F7E is #6B7081. Grayscale: #8E8E8E. Windows color (decimal): -7041154 or 8294292. OLE color: 8294292.

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

Color convert

RGB148143126-
CMYK00.030.150.42
HSL46.36º9.32%53.73%-
HSV(B)46.36º14.86%58.04%-
XYZ25.827.4523.68-
YUV142.56118.66131.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=35.49%
G=34.29%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814312600.030.150.4246.369.3253.73
Hex948F7E03F2A2e936
Octal224217176031752561166
Binary1001010010001111111111001111111010101011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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