#968F7A

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

Shades of Heathered Grey #968F7A

Tints of Heathered Grey #968F7A

Color information

#968F7A (or 0x968F7A) is unknown color: approx Heathered Grey. HEX triplet: 96, 8F and 7A. RGB value is (150,143,122). Sum of RGB (Red+Green+Blue) = 150+143+122=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F7A is #697085. Grayscale: #8E8E8E. Windows color (decimal): -6910086 or 8032150. OLE color: 8032150.

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

Color convert

RGB150143122-
CMYK00.050.190.41
HSL45º11.76%53.33%-
HSV(B)45º18.67%58.82%-
XYZ25.9127.5322.36-
YUV142.7116.32133.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=36.14%
G=34.46%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014312200.050.190.414511.7653.33
Hex968F7A0513292dc35
Octal226217172052351551465
Binary100101101000111111110100101100111010011011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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