#988A75

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

Shades of Pale Oyster #988A75

Tints of Pale Oyster #988A75

Color information

#988A75 (or 0x988A75) is unknown color: approx Pale Oyster. HEX triplet: 98, 8A and 75. RGB value is (152,138,117). Sum of RGB (Red+Green+Blue) = 152+138+117=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #988A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A75 is #67758A. Grayscale: #8B8B8B. Windows color (decimal): -6780299 or 7703192. OLE color: 7703192.

HSL color Cylindrical-coordinate representation of color #988A75: hue angle of 36º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #988A75 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB152138117-
CMYK00.090.230.40
HSL36º14.52%52.75%-
HSV(B)36º23.03%59.61%-
XYZ25.2526.1420.54-
YUV139.79115.14136.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=37.35%
G=33.91%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213811700.090.230.403614.5252.75
Hex988A7509172824f35
Octal2302121650112750441765
Binary1001100010001010111010101001101111010001001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988A75; }

 p { color: rgb(152,138,117); }

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

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

 a { background-color: rgb(152,138,117); }

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

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

 span { border-color: rgb(152,138,117); }

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