#988F78

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

Shades of Pale Oyster #988F78

Tints of Pale Oyster #988F78

Color information

#988F78 (or 0x988F78) is unknown color: approx Pale Oyster. HEX triplet: 98, 8F and 78. RGB value is (152,143,120). Sum of RGB (Red+Green+Blue) = 152+143+120=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #988F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F78 is #677087. Grayscale: #8F8F8F. Windows color (decimal): -6779016 or 7901080. OLE color: 7901080.

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

Color convert

RGB152143120-
CMYK00.060.210.40
HSL43.13º13.45%53.33%-
HSV(B)43.13º21.05%59.61%-
XYZ26.1627.6821.73-
YUV143.07114.98134.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.63%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=36.63%
G=34.46%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214312000.060.210.4043.1313.4553.33
Hex988F780615282bd35
Octal230217170062550531565
Binary100110001000111111110000110101011010001010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,143,120); }

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

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

 a { background-color: rgb(152,143,120); }

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

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

 span { border-color: rgb(152,143,120); }

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