Html Css Color HEX #988B76 Pale Oyster

📋 copy color: '#988B76'

red 152 ◦ green 139 ◦ blue 118

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

Shades of Pale Oyster #988B76

Tints of Pale Oyster #988B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.99%

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 37.16%
G = 33.99%
B = 28.85%

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

#988B76 (or 0x988B76) is known color: Pale Oyster. HEX triplet: 98, 8B and 76. RGB value is (152,139,118). Sum of RGB (Red+Green+Blue) = 152+139+118=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #988B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B76 is #677489. Grayscale: #8C8C8C. Windows color (decimal): -6780042 or 7768984. OLE color: 7768984.

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

Color convert

RGB 152 139 118 -
CMYK 0 0.09 0.22 0.40
HSL 37.06º 0.14% 0.53% -
HSV(B) 37.06º 0.22% 0.6% -
XYZ 25.45 26.45 20.9 -
YUV 140.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 152 139 118 0 0.09 0.22 0.40 37.06 0.14 0.53
Hex 98 8B 76 0 9 16 28 25 E 35
Octal 230 213 166 0 11 26 50 45 16 65
Binary 10011000 10001011 1110110 0 1001 10110 101000 100101 1110 110101

Color Harmonies of #988B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B76

Black with #988B76

Text Example


Text Example

White with #988B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,139,118); }

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

background-color css

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

 a { background-color: rgb(152,139,118); }

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

border-color css

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

 span { border-color: rgb(152,139,118); }

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