Html Css Color HEX #988F77 Pale Oyster

📋 copy color: '#988F77'

red 152 ◦ green 143 ◦ blue 119

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

Shades of Pale Oyster #988F77

Tints of Pale Oyster #988F77

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.54%

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

R = 36.71%
G = 34.54%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#988F77 (or 0x988F77) is known color: Pale Oyster. HEX triplet: 98, 8F and 77. RGB value is (152,143,119). Sum of RGB (Red+Green+Blue) = 152+143+119=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #988F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F77 is #677088. Grayscale: #8F8F8F. Windows color (decimal): -6779017 or 7835544. OLE color: 7835544.

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

Color convert

RGB 152 143 119 -
CMYK 0 0.06 0.22 0.40
HSL 43.64º 0.14% 0.53% -
HSV(B) 43.64º 0.22% 0.6% -
XYZ 26.1 27.65 21.41 -
YUV 142.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 152 143 119 0 0.06 0.22 0.40 43.64 0.14 0.53
Hex 98 8F 77 0 6 16 28 2C E 35
Octal 230 217 167 0 6 26 50 54 16 65
Binary 10011000 10001111 1110111 0 110 10110 101000 101100 1110 110101

Color Harmonies of #988F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F77

Black with #988F77

Text Example


Text Example

White with #988F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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