Html Css Color HEX #988874 Pale Oyster

📋 copy color: '#988874'

red 152 ◦ green 136 ◦ blue 116

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

Shades of Pale Oyster #988874

Tints of Pale Oyster #988874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.66%

 BLUE value IS 116 (45.7% from 255) = 28.71%

R = 37.62%
G = 33.66%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#988874 (or 0x988874) is known color: Pale Oyster. HEX triplet: 98, 88 and 74. RGB value is (152,136,116). Sum of RGB (Red+Green+Blue) = 152+136+116=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #988874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988874 is #67778B. Grayscale: #8A8A8A. Windows color (decimal): -6780812 or 7637144. OLE color: 7637144.

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

Color convert

RGB 152 136 116 -
CMYK 0 0.11 0.24 0.40
HSL 33.33º 0.15% 0.53% -
HSV(B) 33.33º 0.24% 0.6% -
XYZ 24.91 25.54 20.14 -
YUV 138.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 152 136 116 0 0.11 0.24 0.40 33.33 0.15 0.53
Hex 98 88 74 0 B 18 28 21 F 35
Octal 230 210 164 0 13 30 50 41 17 65
Binary 10011000 10001000 1110100 0 1011 11000 101000 100001 1111 110101

Color Harmonies of #988874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988874

Black with #988874

Text Example


Text Example

White with #988874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988874; }

 p { color: rgb(152,136,116); }

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

background-color css

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

 a { background-color: rgb(152,136,116); }

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

border-color css

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

 span { border-color: rgb(152,136,116); }

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