#948B7D

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

Shades of Heathered Grey #948B7D

Tints of Heathered Grey #948B7D

Color information

#948B7D (or 0x948B7D) is unknown color: approx Heathered Grey. HEX triplet: 94, 8B and 7D. RGB value is (148,139,125). Sum of RGB (Red+Green+Blue) = 148+139+125=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B7D is #6B7482. Grayscale: #8C8C8C. Windows color (decimal): -7042179 or 8227732. OLE color: 8227732.

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

Color convert

RGB148139125-
CMYK00.060.160.42
HSL36.52º9.7%53.53%-
HSV(B)36.52º15.54%58.04%-
XYZ25.1526.2423.14-
YUV140.09119.48133.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=35.92%
G=33.74%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813912500.060.160.4236.529.753.53
Hex948B7D06102A25a36
Octal224213175062052451266
Binary100101001000101111111010110100001010101001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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