#948A77

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

Shades of Heathered Grey #948A77

Tints of Heathered Grey #948A77

Color information

#948A77 (or 0x948A77) is unknown color: approx Heathered Grey. HEX triplet: 94, 8A and 77. RGB value is (148,138,119). Sum of RGB (Red+Green+Blue) = 148+138+119=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #948A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A77 is #6B7588. Grayscale: #8A8A8A. Windows color (decimal): -7042441 or 7834260. OLE color: 7834260.

HSL color Cylindrical-coordinate representation of color #948A77: hue angle of 39.31º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #948A77 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148138119-
CMYK00.070.200.42
HSL39.31º11.93%52.35%-
HSV(B)39.31º19.59%58.04%-
XYZ24.6325.821.14-
YUV138.82116.81134.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=36.54%
G=34.07%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813811900.070.200.4239.3111.9352.35
Hex948A7707142A27c34
Octal224212167072452471464
Binary100101001000101011101110111101001010101001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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