#988772

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

Shades of Pale Oyster #988772

Tints of Pale Oyster #988772

Color information

#988772 (or 0x988772) is unknown color: approx Pale Oyster. HEX triplet: 98, 87 and 72. RGB value is (152,135,114). Sum of RGB (Red+Green+Blue) = 152+135+114=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #988772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988772 is #67788D. Grayscale: #898989. Windows color (decimal): -6781070 or 7505816. OLE color: 7505816.

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

Color convert

RGB152135114-
CMYK00.110.250.40
HSL33.16º15.57%52.16%-
HSV(B)33.16º25%59.61%-
XYZ24.6525.2219.49-
YUV137.69114.63138.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=37.91%
G=33.67%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213511400.110.250.4033.1615.5752.16
Hex9887720B1928211034
Octal2302071620133150412064
Binary10011000100001111110010010111100110100010000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988772; }

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

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

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

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

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

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

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

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