#948B78

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

Shades of Heathered Grey #948B78

Tints of Heathered Grey #948B78

Color information

#948B78 (or 0x948B78) is unknown color: approx Heathered Grey. HEX triplet: 94, 8B and 78. RGB value is (148,139,120). Sum of RGB (Red+Green+Blue) = 148+139+120=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #948B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B78 is #6B7487. Grayscale: #8B8B8B. Windows color (decimal): -7042184 or 7900052. OLE color: 7900052.

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

Color convert

RGB148139120-
CMYK00.060.190.42
HSL40.71º11.57%52.55%-
HSV(B)40.71º18.92%58.04%-
XYZ24.8426.1221.5-
YUV139.52116.98134.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=36.36%
G=34.15%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813912000.060.190.4240.7111.5752.55
Hex948B7806132A29c35
Octal224213170062352511465
Binary100101001000101111110000110100111010101010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,139,120); }

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

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

 a { background-color: rgb(148,139,120); }

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

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

 span { border-color: rgb(148,139,120); }

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