#948A7F

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

Shades of Heathered Grey #948A7F

Tints of Heathered Grey #948A7F

Color information

#948A7F (or 0x948A7F) is unknown color: approx Heathered Grey. HEX triplet: 94, 8A and 7F. RGB value is (148,138,127). Sum of RGB (Red+Green+Blue) = 148+138+127=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A7F is #6B7580. Grayscale: #8B8B8B. Windows color (decimal): -7042433 or 8358548. OLE color: 8358548.

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

Color convert

RGB148138127-
CMYK00.070.140.42
HSL31.43º8.94%53.92%-
HSV(B)31.43º14.19%58.04%-
XYZ25.1326.0123.77-
YUV139.74120.81133.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 127 (50% from 255) = 30.75%
R=35.84%
G=33.41%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813812700.070.140.4231.438.9453.92
Hex948A7F07E2A1f936
Octal224212177071652371166
Binary1001010010001010111111101111110101010111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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