Html Css Color HEX #988C76 Pale Oyster

📋 copy color: '#988C76'

red 152 ◦ green 140 ◦ blue 118

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

Shades of Pale Oyster #988C76

Tints of Pale Oyster #988C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.15%

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

R = 37.07%
G = 34.15%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#988C76 (or 0x988C76) is known color: Pale Oyster. HEX triplet: 98, 8C and 76. RGB value is (152,140,118). Sum of RGB (Red+Green+Blue) = 152+140+118=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #988C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C76 is #677389. Grayscale: #8D8D8D. Windows color (decimal): -6779786 or 7769240. OLE color: 7769240.

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

Color convert

RGB 152 140 118 -
CMYK 0 0.08 0.22 0.40
HSL 38.82º 0.14% 0.53% -
HSV(B) 38.82º 0.22% 0.6% -
XYZ 25.6 26.74 20.95 -
YUV 141.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 152 140 118 0 0.08 0.22 0.40 38.82 0.14 0.53
Hex 98 8C 76 0 8 16 28 27 E 35
Octal 230 214 166 0 10 26 50 47 16 65
Binary 10011000 10001100 1110110 0 1000 10110 101000 100111 1110 110101

Color Harmonies of #988C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C76

Black with #988C76

Text Example


Text Example

White with #988C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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