Html Css Color HEX #988D77 Pale Oyster

📋 copy color: '#988D77'

red 152 ◦ green 141 ◦ blue 119

#988D77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Oyster #988D77

Tints of Pale Oyster #988D77

RGB

 RED value IS 152 (59.77% from 255) = 36.89%

 GREEN value IS 141 (55.47% from 255) = 34.22%

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 36.89%
G = 34.22%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#988D77 (or 0x988D77) is known color: Pale Oyster. HEX triplet: 98, 8D and 77. RGB value is (152,141,119). Sum of RGB (Red+Green+Blue) = 152+141+119=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #988D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D77 is #677288. Grayscale: #8D8D8D. Windows color (decimal): -6779529 or 7835032. OLE color: 7835032.

HSL color Cylindrical-coordinate representation of color #988D77: hue angle of 40º 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 #988D77 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 141 119 -
CMYK 0 0.07 0.22 0.40
HSL 40º 0.14% 0.53% -
HSV(B) 40º 0.22% 0.6% -
XYZ 25.8 27.06 21.32 -
YUV 141.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 152 141 119 0 0.07 0.22 0.40 40 0.14 0.53
Hex 98 8D 77 0 7 16 28 28 E 35
Octal 230 215 167 0 7 26 50 50 16 65
Binary 10011000 10001101 1110111 0 111 10110 101000 101000 1110 110101

Color Harmonies of #988D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D77

Black with #988D77

Text Example


Text Example

White with #988D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,141,119); }

 H1.HeaderClassName
 {
   color: #988D77;
 }
 .AnyTagClassName
 {
   color: #988D77;
 }
</style>

background-color css

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

 a { background-color: rgb(152,141,119); }

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

border-color css

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

 span { border-color: rgb(152,141,119); }

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