#998A77

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

Shades of Pale Oyster #998A77

Tints of Pale Oyster #998A77

Color information

#998A77 (or 0x998A77) is unknown color: approx Pale Oyster. HEX triplet: 99, 8A and 77. RGB value is (153,138,119). Sum of RGB (Red+Green+Blue) = 153+138+119=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #998A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A77 is #667588. Grayscale: #8C8C8C. Windows color (decimal): -6714761 or 7834265. OLE color: 7834265.

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

Color convert

RGB153138119-
CMYK00.100.220.4
HSL33.53º14.29%53.33%-
HSV(B)33.53º22.22%60%-
XYZ25.5626.2821.18-
YUV140.32115.97137.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 138 (54.30% from 255) = 33.66%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=37.32%
G=33.66%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313811900.100.220.433.5314.2953.33
Hex998A770A162822e35
Octal2312121670122650421665
Binary1001100110001010111011101010101101010001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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