#948A7B

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

Shades of Heathered Grey #948A7B

Tints of Heathered Grey #948A7B

Color information

#948A7B (or 0x948A7B) is unknown color: approx Heathered Grey. HEX triplet: 94, 8A and 7B. RGB value is (148,138,123). Sum of RGB (Red+Green+Blue) = 148+138+123=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #948A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A7B is #6B7584. Grayscale: #8B8B8B. Windows color (decimal): -7042437 or 8096404. OLE color: 8096404.

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

Color convert

RGB148138123-
CMYK00.070.170.42
HSL36º10.46%53.14%-
HSV(B)36º16.89%58.04%-
XYZ24.8825.922.43-
YUV139.28118.81134.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=36.19%
G=33.74%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813812300.070.170.423610.4653.14
Hex948A7B07112A24a35
Octal224212173072152441265
Binary100101001000101011110110111100011010101001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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