#998D77

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

Shades of Pale Oyster #998D77

Tints of Pale Oyster #998D77

Color information

#998D77 (or 0x998D77) is unknown color: approx Pale Oyster. HEX triplet: 99, 8D and 77. RGB value is (153,141,119). Sum of RGB (Red+Green+Blue) = 153+141+119=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #998D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D77 is #667288. Grayscale: #8E8E8E. Windows color (decimal): -6713993 or 7835033. OLE color: 7835033.

HSL color Cylindrical-coordinate representation of color #998D77: hue angle of 38.82º 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 #998D77 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB153141119-
CMYK00.080.220.4
HSL38.82º14.29%53.33%-
HSV(B)38.82º22.22%60%-
XYZ25.9927.1521.32-
YUV142.08114.98135.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 119 (46.88% from 255) = 28.81%
R=37.05%
G=34.14%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314111900.080.220.438.8214.2953.33
Hex998D7708162827e35
Octal2312151670102650471665
Binary1001100110001101111011101000101101010001001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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