#988B77

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

Shades of Pale Oyster #988B77

Tints of Pale Oyster #988B77

Color information

#988B77 (or 0x988B77) is unknown color: approx Pale Oyster. HEX triplet: 98, 8B and 77. RGB value is (152,139,119). Sum of RGB (Red+Green+Blue) = 152+139+119=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #988B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B77 is #677488. Grayscale: #8C8C8C. Windows color (decimal): -6780041 or 7834520. OLE color: 7834520.

HSL color Cylindrical-coordinate representation of color #988B77: hue angle of 36.36º 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 #988B77 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB152139119-
CMYK00.090.220.40
HSL36.36º13.81%53.14%-
HSV(B)36.36º21.71%59.61%-
XYZ25.5126.4721.22-
YUV140.61115.81136.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=37.07%
G=33.90%
B=29.02%

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
Decimal15213911900.090.220.4036.3613.8153.14
Hex988B7709162824e35
Octal2302131670112650441665
Binary1001100010001011111011101001101101010001001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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