#948D7F

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

Shades of Heathered Grey #948D7F

Tints of Heathered Grey #948D7F

Color information

#948D7F (or 0x948D7F) is unknown color: approx Heathered Grey. HEX triplet: 94, 8D and 7F. RGB value is (148,141,127). Sum of RGB (Red+Green+Blue) = 148+141+127=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D7F is #6B7280. Grayscale: #8D8D8D. Windows color (decimal): -7041665 or 8359316. OLE color: 8359316.

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

Color convert

RGB148141127-
CMYK00.050.140.42
HSL40º8.94%53.92%-
HSV(B)40º14.19%58.04%-
XYZ25.5726.8823.92-
YUV141.5119.82132.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 127 (50% from 255) = 30.53%
R=35.58%
G=33.89%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814112700.050.140.42408.9453.92
Hex948D7F05E2A28936
Octal224215177051652501166
Binary10010100100011011111111010111101010101010001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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