#948977

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

Shades of Heathered Grey #948977

Tints of Heathered Grey #948977

Color information

#948977 (or 0x948977) is unknown color: approx Heathered Grey. HEX triplet: 94, 89 and 77. RGB value is (148,137,119). Sum of RGB (Red+Green+Blue) = 148+137+119=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #948977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948977 is #6B7688. Grayscale: #8A8A8A. Windows color (decimal): -7042697 or 7834004. OLE color: 7834004.

HSL color Cylindrical-coordinate representation of color #948977: hue angle of 37.24º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948977 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148137119-
CMYK00.070.200.42
HSL37.24º11.93%52.35%-
HSV(B)37.24º19.59%58.04%-
XYZ24.4925.5221.09-
YUV138.24117.14134.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 137 (53.91% from 255) = 33.91%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=36.63%
G=33.91%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813711900.070.200.4237.2411.9352.35
Hex94897707142A25c34
Octal224211167072452451464
Binary100101001000100111101110111101001010101001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948977; }

 p { color: rgb(148,137,119); }

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

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

 a { background-color: rgb(148,137,119); }

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

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

 span { border-color: rgb(148,137,119); }

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