#968E7E

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

Shades of Heathered Grey #968E7E

Tints of Heathered Grey #968E7E

Color information

#968E7E (or 0x968E7E) is unknown color: approx Heathered Grey. HEX triplet: 96, 8E and 7E. RGB value is (150,142,126). Sum of RGB (Red+Green+Blue) = 150+142+126=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #968E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E7E is #697181. Grayscale: #8E8E8E. Windows color (decimal): -6910338 or 8294038. OLE color: 8294038.

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

Color convert

RGB150142126-
CMYK00.050.160.41
HSL40º10.26%54.12%-
HSV(B)40º16%58.82%-
XYZ26.0227.3423.64-
YUV142.57118.65133.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=35.89%
G=33.97%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014212600.050.160.414010.2654.12
Hex968E7E05102928a36
Octal226216176052051501266
Binary100101101000111011111100101100001010011010001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,142,126); }

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

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

 a { background-color: rgb(150,142,126); }

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

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

 span { border-color: rgb(150,142,126); }

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