#968C7C

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

Shades of Heathered Grey #968C7C

Tints of Heathered Grey #968C7C

Color information

#968C7C (or 0x968C7C) is unknown color: approx Heathered Grey. HEX triplet: 96, 8C and 7C. RGB value is (150,140,124). Sum of RGB (Red+Green+Blue) = 150+140+124=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #968C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C7C is #697383. Grayscale: #8D8D8D. Windows color (decimal): -6910852 or 8162454. OLE color: 8162454.

HSL color Cylindrical-coordinate representation of color #968C7C: hue angle of 36.92º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #968C7C is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB150140124-
CMYK00.070.170.41
HSL36.92º11.02%53.73%-
HSV(B)36.92º17.33%58.82%-
XYZ25.5926.722.87-
YUV141.17118.31134.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=36.23%
G=33.82%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014012400.070.170.4136.9211.0253.73
Hex968C7C07112925b36
Octal226214174072151451366
Binary100101101000110011111000111100011010011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968C7C; }

 p { color: rgb(150,140,124); }

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

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

 a { background-color: rgb(150,140,124); }

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

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

 span { border-color: rgb(150,140,124); }

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