#988B76

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

Shades of Pale Oyster #988B76

Tints of Pale Oyster #988B76

Color information

#988B76 (or 0x988B76) is unknown color: approx Pale Oyster. HEX triplet: 98, 8B and 76. RGB value is (152,139,118). Sum of RGB (Red+Green+Blue) = 152+139+118=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #988B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B76 is #677489. Grayscale: #8C8C8C. Windows color (decimal): -6780042 or 7768984. OLE color: 7768984.

HSL color Cylindrical-coordinate representation of color #988B76: hue angle of 37.06º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #988B76 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB152139118-
CMYK00.090.220.40
HSL37.06º14.17%52.94%-
HSV(B)37.06º22.37%59.61%-
XYZ25.4526.4520.9-
YUV140.49115.31136.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=37.16%
G=33.99%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213911800.090.220.4037.0614.1752.94
Hex988B7609162825e35
Octal2302131660112650451665
Binary1001100010001011111011001001101101010001001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988B76; }

 p { color: rgb(152,139,118); }

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

<style>
 a { background-color: #988B76; }

 a { background-color: rgb(152,139,118); }

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

<style>
 span { border-color: #988B76; }

 span { border-color: rgb(152,139,118); }

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