#968977

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

Shades of Heathered Grey #968977

Tints of Heathered Grey #968977

Color information

#968977 (or 0x968977) is unknown color: approx Heathered Grey. HEX triplet: 96, 89 and 77. RGB value is (150,137,119). Sum of RGB (Red+Green+Blue) = 150+137+119=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #968977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968977 is #697688. Grayscale: #8A8A8A. Windows color (decimal): -6911625 or 7834006. OLE color: 7834006.

HSL color Cylindrical-coordinate representation of color #968977: hue angle of 34.84º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968977 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB150137119-
CMYK00.090.210.41
HSL34.84º12.86%52.75%-
HSV(B)34.84º20.67%58.82%-
XYZ24.8525.7121.1-
YUV138.84116.81135.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=36.95%
G=33.74%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013711900.090.210.4134.8412.8652.75
Hex96897709152923d35
Octal2262111670112551431565
Binary1001011010001001111011101001101011010011000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968977; }

 p { color: rgb(150,137,119); }

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

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

 a { background-color: rgb(150,137,119); }

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

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

 span { border-color: rgb(150,137,119); }

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