#968A7B

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

Shades of Heathered Grey #968A7B

Tints of Heathered Grey #968A7B

Color information

#968A7B (or 0x968A7B) is unknown color: approx Heathered Grey. HEX triplet: 96, 8A and 7B. RGB value is (150,138,123). Sum of RGB (Red+Green+Blue) = 150+138+123=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #968A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A7B is #697584. Grayscale: #8B8B8B. Windows color (decimal): -6911365 or 8096406. OLE color: 8096406.

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

Color convert

RGB150138123-
CMYK00.080.180.41
HSL33.33º11.39%53.53%-
HSV(B)33.33º18%58.82%-
XYZ25.2426.0922.44-
YUV139.88118.48135.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=36.50%
G=33.58%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013812300.080.180.4133.3311.3953.53
Hex968A7B08122921b36
Octal2262121730102251411366
Binary1001011010001010111101101000100101010011000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,138,123); }

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

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

 a { background-color: rgb(150,138,123); }

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

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

 span { border-color: rgb(150,138,123); }

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