#978F7B

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

Shades of Heathered Grey #978F7B

Tints of Heathered Grey #978F7B

Color information

#978F7B (or 0x978F7B) is unknown color: approx Heathered Grey. HEX triplet: 97, 8F and 7B. RGB value is (151,143,123). Sum of RGB (Red+Green+Blue) = 151+143+123=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 151 - color contains mainly: red. Hex color #978F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F7B is #687084. Grayscale: #8F8F8F. Windows color (decimal): -6844549 or 8097687. OLE color: 8097687.

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

Color convert

RGB151143123-
CMYK00.050.190.41
HSL42.86º11.86%53.73%-
HSV(B)42.86º18.54%59.22%-
XYZ26.1627.6522.7-
YUV143.11116.65133.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=36.21%
G=34.29%
B=29.50%

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
Decimal15114312300.050.190.4142.8611.8653.73
Hex978F7B0513292bc36
Octal227217173052351531466
Binary100101111000111111110110101100111010011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978F7B; }

 p { color: rgb(151,143,123); }

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

<style>
 a { background-color: #978F7B; }

 a { background-color: rgb(151,143,123); }

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

<style>
 span { border-color: #978F7B; }

 span { border-color: rgb(151,143,123); }

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