#978E7A

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

Shades of Heathered Grey #978E7A

Tints of Heathered Grey #978E7A

Color information

#978E7A (or 0x978E7A) is unknown color: approx Heathered Grey. HEX triplet: 97, 8E and 7A. RGB value is (151,142,122). Sum of RGB (Red+Green+Blue) = 151+142+122=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 151 - color contains mainly: red. Hex color #978E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E7A is #687185. Grayscale: #8E8E8E. Windows color (decimal): -6844806 or 8031895. OLE color: 8031895.

HSL color Cylindrical-coordinate representation of color #978E7A: hue angle of 41.38º 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 #978E7A is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB151142122-
CMYK00.060.190.41
HSL41.38º12.24%53.53%-
HSV(B)41.38º19.21%59.22%-
XYZ25.9527.3322.32-
YUV142.41116.48134.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.39%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=36.39%
G=34.22%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114212200.060.190.4141.3812.2453.53
Hex978E7A06132929c36
Octal227216172062351511466
Binary100101111000111011110100110100111010011010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,142,122); }

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

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

 a { background-color: rgb(151,142,122); }

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

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

 span { border-color: rgb(151,142,122); }

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