Html Css Color HEX #988D75 Pale Oyster

📋 copy color: '#988D75'

red 152 ◦ green 141 ◦ blue 117

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

Shades of Pale Oyster #988D75

Tints of Pale Oyster #988D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 37.07%
G = 34.39%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#988D75 (or 0x988D75) is known color: Pale Oyster. HEX triplet: 98, 8D and 75. RGB value is (152,141,117). Sum of RGB (Red+Green+Blue) = 152+141+117=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #988D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D75 is #67728A. Grayscale: #8D8D8D. Windows color (decimal): -6779531 or 7703960. OLE color: 7703960.

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

Color convert

RGB 152 141 117 -
CMYK 0 0.07 0.23 0.40
HSL 41.14º 0.15% 0.53% -
HSV(B) 41.14º 0.23% 0.6% -
XYZ 25.68 27.01 20.69 -
YUV 141.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 152 141 117 0 0.07 0.23 0.40 41.14 0.15 0.53
Hex 98 8D 75 0 7 17 28 29 F 35
Octal 230 215 165 0 7 27 50 51 17 65
Binary 10011000 10001101 1110101 0 111 10111 101000 101001 1111 110101

Color Harmonies of #988D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D75

Black with #988D75

Text Example


Text Example

White with #988D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,141,117); }

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

background-color css

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

 a { background-color: rgb(152,141,117); }

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

border-color css

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

 span { border-color: rgb(152,141,117); }

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