#978E76

Color #978E76 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #978E76

Tints of Pale Oyster #978E76

Color information

#978E76 (or 0x978E76) is unknown color: approx Pale Oyster. HEX triplet: 97, 8E and 76. RGB value is (151,142,118). Sum of RGB (Red+Green+Blue) = 151+142+118=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #978E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E76 is #687189. Grayscale: #8E8E8E. Windows color (decimal): -6844810 or 7769751. OLE color: 7769751.

HSL color Cylindrical-coordinate representation of color #978E76: hue angle of 43.64º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #978E76 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB151142118-
CMYK00.060.220.41
HSL43.64º13.69%52.75%-
HSV(B)43.64º21.85%59.22%-
XYZ25.7127.2321.04-
YUV141.95114.48134.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.74%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=36.74%
G=34.55%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114211800.060.220.4143.6413.6952.75
Hex978E760616292ce35
Octal227216166062651541665
Binary100101111000111011101100110101101010011011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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