#948A7E

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

Shades of Heathered Grey #948A7E

Tints of Heathered Grey #948A7E

Color information

#948A7E (or 0x948A7E) is unknown color: approx Heathered Grey. HEX triplet: 94, 8A and 7E. RGB value is (148,138,126). Sum of RGB (Red+Green+Blue) = 148+138+126=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A7E is #6B7581. Grayscale: #8B8B8B. Windows color (decimal): -7042434 or 8293012. OLE color: 8293012.

HSL color Cylindrical-coordinate representation of color #948A7E: hue angle of 32.73º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #948A7E is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB148138126-
CMYK00.070.150.42
HSL32.73º9.32%53.73%-
HSV(B)32.73º14.86%58.04%-
XYZ25.0725.9823.43-
YUV139.62120.31133.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=35.92%
G=33.50%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813812600.070.150.4232.739.3253.73
Hex948A7E07F2A21936
Octal224212176071752411166
Binary10010100100010101111110011111111010101000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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