Html Css Color HEX #988E78 Pale Oyster

📋 copy color: '#988E78'

red 152 ◦ green 142 ◦ blue 120

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

Shades of Pale Oyster #988E78

Tints of Pale Oyster #988E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.99%

R = 36.71%
G = 34.3%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#988E78 (or 0x988E78) is known color: Pale Oyster. HEX triplet: 98, 8E and 78. RGB value is (152,142,120). Sum of RGB (Red+Green+Blue) = 152+142+120=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #988E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E78 is #677187. Grayscale: #8E8E8E. Windows color (decimal): -6779272 or 7900824. OLE color: 7900824.

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

Color convert

RGB 152 142 120 -
CMYK 0 0.07 0.21 0.40
HSL 41.25º 0.13% 0.53% -
HSV(B) 41.25º 0.21% 0.6% -
XYZ 26.01 27.38 21.68 -
YUV 142.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 152 142 120 0 0.07 0.21 0.40 41.25 0.13 0.53
Hex 98 8E 78 0 7 15 28 29 D 35
Octal 230 216 170 0 7 25 50 51 15 65
Binary 10011000 10001110 1111000 0 111 10101 101000 101001 1101 110101

Color Harmonies of #988E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E78

Black with #988E78

Text Example


Text Example

White with #988E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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