#988771

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

Shades of Pale Oyster #988771

Tints of Pale Oyster #988771

Color information

#988771 (or 0x988771) is unknown color: approx Pale Oyster. HEX triplet: 98, 87 and 71. RGB value is (152,135,113). Sum of RGB (Red+Green+Blue) = 152+135+113=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #988771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988771 is #67788E. Grayscale: #898989. Windows color (decimal): -6781071 or 7440280. OLE color: 7440280.

HSL color Cylindrical-coordinate representation of color #988771: hue angle of 33.85º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #988771 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB152135113-
CMYK00.110.260.40
HSL33.85º15.92%51.96%-
HSV(B)33.85º25.66%59.61%-
XYZ24.5925.219.19-
YUV137.57114.13138.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 135 (53.12% from 255) = 33.75%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=38%
G=33.75%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213511300.110.260.4033.8515.9251.96
Hex9887710B1A28221034
Octal2302071610133250422064
Binary10011000100001111110001010111101010100010001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988771; }

 p { color: rgb(152,135,113); }

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

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

 a { background-color: rgb(152,135,113); }

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

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

 span { border-color: rgb(152,135,113); }

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