#978D77

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

Shades of Pale Oyster #978D77

Tints of Pale Oyster #978D77

Color information

#978D77 (or 0x978D77) is unknown color: approx Pale Oyster. HEX triplet: 97, 8D and 77. RGB value is (151,141,119). Sum of RGB (Red+Green+Blue) = 151+141+119=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #978D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D77 is #687288. Grayscale: #8D8D8D. Windows color (decimal): -6845065 or 7835031. OLE color: 7835031.

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

Color convert

RGB151141119-
CMYK00.070.210.41
HSL41.25º13.33%52.94%-
HSV(B)41.25º21.19%59.22%-
XYZ25.6226.9621.31-
YUV141.48115.31134.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.74%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=36.74%
G=34.31%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114111900.070.210.4141.2513.3352.94
Hex978D7707152929d35
Octal227215167072551511565
Binary100101111000110111101110111101011010011010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,141,119); }

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

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

 a { background-color: rgb(151,141,119); }

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

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

 span { border-color: rgb(151,141,119); }

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