Html Css Color HEX #988A77 Pale Oyster

📋 copy color: '#988A77'

red 152 ◦ green 138 ◦ blue 119

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

Shades of Pale Oyster #988A77

Tints of Pale Oyster #988A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.74%

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

R = 37.16%
G = 33.74%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#988A77 (or 0x988A77) is known color: Pale Oyster. HEX triplet: 98, 8A and 77. RGB value is (152,138,119). Sum of RGB (Red+Green+Blue) = 152+138+119=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #988A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A77 is #677588. Grayscale: #8C8C8C. Windows color (decimal): -6780297 or 7834264. OLE color: 7834264.

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

Color convert

RGB 152 138 119 -
CMYK 0 0.09 0.22 0.40
HSL 34.55º 0.14% 0.53% -
HSV(B) 34.55º 0.22% 0.6% -
XYZ 25.37 26.18 21.17 -
YUV 140.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 152 138 119 0 0.09 0.22 0.40 34.55 0.14 0.53
Hex 98 8A 77 0 9 16 28 23 E 35
Octal 230 212 167 0 11 26 50 43 16 65
Binary 10011000 10001010 1110111 0 1001 10110 101000 100011 1110 110101

Color Harmonies of #988A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A77

Black with #988A77

Text Example


Text Example

White with #988A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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