#968C7F

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

Shades of Heathered Grey #968C7F

Tints of Heathered Grey #968C7F

Color information

#968C7F (or 0x968C7F) is unknown color: approx Heathered Grey. HEX triplet: 96, 8C and 7F. RGB value is (150,140,127). Sum of RGB (Red+Green+Blue) = 150+140+127=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #968C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C7F is #697380. Grayscale: #8D8D8D. Windows color (decimal): -6910849 or 8359062. OLE color: 8359062.

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

Color convert

RGB150140127-
CMYK00.070.150.41
HSL33.91º9.87%54.31%-
HSV(B)33.91º15.33%58.82%-
XYZ25.7926.7723.89-
YUV141.51119.81134.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 127 (50% from 255) = 30.46%
R=35.97%
G=33.57%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014012700.070.150.4133.919.8754.31
Hex968C7F07F2922a36
Octal226214177071751421266
Binary10010110100011001111111011111111010011000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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