#948F7F

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

Shades of Heathered Grey #948F7F

Tints of Heathered Grey #948F7F

Color information

#948F7F (or 0x948F7F) is unknown color: approx Heathered Grey. HEX triplet: 94, 8F and 7F. RGB value is (148,143,127). Sum of RGB (Red+Green+Blue) = 148+143+127=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #948F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F7F is #6B7080. Grayscale: #8E8E8E. Windows color (decimal): -7041153 or 8359828. OLE color: 8359828.

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

Color convert

RGB148143127-
CMYK00.030.140.42
HSL45.71º8.94%53.92%-
HSV(B)45.71º14.19%58.04%-
XYZ25.8727.4724.02-
YUV142.67119.16131.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 127 (50% from 255) = 30.38%
R=35.41%
G=34.21%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814312700.030.140.4245.718.9453.92
Hex948F7F03E2A2e936
Octal224217177031652561166
Binary1001010010001111111111101111101010101011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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