#998B77

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

Shades of Pale Oyster #998B77

Tints of Pale Oyster #998B77

Color information

#998B77 (or 0x998B77) is unknown color: approx Pale Oyster. HEX triplet: 99, 8B and 77. RGB value is (153,139,119). Sum of RGB (Red+Green+Blue) = 153+139+119=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #998B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B77 is #667488. Grayscale: #8D8D8D. Windows color (decimal): -6714505 or 7834521. OLE color: 7834521.

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

Color convert

RGB153139119-
CMYK00.090.220.4
HSL35.29º14.29%53.33%-
HSV(B)35.29º22.22%60%-
XYZ25.726.5721.23-
YUV140.91115.64136.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=37.23%
G=33.82%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313911900.090.220.435.2914.2953.33
Hex998B7709162823e35
Octal2312131670112650431665
Binary1001100110001011111011101001101101010001000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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