#94897A

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

Shades of Heathered Grey #94897A

Tints of Heathered Grey #94897A

Color information

#94897A (or 0x94897A) is unknown color: approx Heathered Grey. HEX triplet: 94, 89 and 7A. RGB value is (148,137,122). Sum of RGB (Red+Green+Blue) = 148+137+122=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #94897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94897A is #6B7685. Grayscale: #8A8A8A. Windows color (decimal): -7042694 or 8030612. OLE color: 8030612.

HSL color Cylindrical-coordinate representation of color #94897A: hue angle of 34.62º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94897A is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148137122-
CMYK00.070.180.42
HSL34.62º10.83%52.94%-
HSV(B)34.62º17.57%58.04%-
XYZ24.6725.5922.05-
YUV138.58118.64134.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=36.36%
G=33.66%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813712200.070.180.4234.6210.8352.94
Hex94897A07122A23b35
Octal224211172072252431365
Binary100101001000100111110100111100101010101000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94897A; }

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

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

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

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

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

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

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

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