#948A80

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

Shades of Heathered Grey #948A80

Tints of Heathered Grey #948A80

Color information

#948A80 (or 0x948A80) is unknown color: approx Heathered Grey. HEX triplet: 94, 8A and 80. RGB value is (148,138,128). Sum of RGB (Red+Green+Blue) = 148+138+128=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #948A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A80 is #6B757F. Grayscale: #8B8B8B. Windows color (decimal): -7042432 or 8424084. OLE color: 8424084.

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

Color convert

RGB148138128-
CMYK00.070.140.42
HSL30º8.55%54.12%-
HSV(B)30º13.51%58.04%-
XYZ25.226.0324.12-
YUV139.85121.31133.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.75%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=35.75%
G=33.33%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813812800.070.140.42308.5554.12
Hex948A8007E2A1e936
Octal224212200071652361166
Binary10010100100010101000000001111110101010111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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