#968F7F

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

Shades of Heathered Grey #968F7F

Tints of Heathered Grey #968F7F

Color information

#968F7F (or 0x968F7F) is unknown color: approx Heathered Grey. HEX triplet: 96, 8F and 7F. RGB value is (150,143,127). Sum of RGB (Red+Green+Blue) = 150+143+127=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #968F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F7F is #697080. Grayscale: #8F8F8F. Windows color (decimal): -6910081 or 8359830. OLE color: 8359830.

HSL color Cylindrical-coordinate representation of color #968F7F: hue angle of 41.74º 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 #968F7F is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150143127-
CMYK00.050.150.41
HSL41.74º9.87%54.31%-
HSV(B)41.74º15.33%58.82%-
XYZ26.2327.6624.04-
YUV143.27118.82132.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 127 (50% from 255) = 30.24%
R=35.71%
G=34.05%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014312700.050.150.4141.749.8754.31
Hex968F7F05F292aa36
Octal226217177051751521266
Binary10010110100011111111111010111111010011010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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