Html Css Color HEX #988E77 Pale Oyster

📋 copy color: '#988E77'

red 152 ◦ green 142 ◦ blue 119

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

Shades of Pale Oyster #988E77

Tints of Pale Oyster #988E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.38%

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

R = 36.8%
G = 34.38%
B = 28.81%

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

#988E77 (or 0x988E77) is known color: Pale Oyster. HEX triplet: 98, 8E and 77. RGB value is (152,142,119). Sum of RGB (Red+Green+Blue) = 152+142+119=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #988E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E77 is #677188. Grayscale: #8E8E8E. Windows color (decimal): -6779273 or 7835288. OLE color: 7835288.

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

Color convert

RGB 152 142 119 -
CMYK 0 0.07 0.22 0.40
HSL 41.82º 0.14% 0.53% -
HSV(B) 41.82º 0.22% 0.6% -
XYZ 25.95 27.35 21.36 -
YUV 142.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 152 142 119 0 0.07 0.22 0.40 41.82 0.14 0.53
Hex 98 8E 77 0 7 16 28 2A E 35
Octal 230 216 167 0 7 26 50 52 16 65
Binary 10011000 10001110 1110111 0 111 10110 101000 101010 1110 110101

Color Harmonies of #988E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E77

Black with #988E77

Text Example


Text Example

White with #988E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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