Html Css Color HEX #988771 Pale Oyster

📋 copy color: '#988771'

red 152 ◦ green 135 ◦ blue 113

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

Shades of Pale Oyster #988771

Tints of Pale Oyster #988771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

 BLUE value IS 113 (44.53% from 255) = 28.25%

R = 38%
G = 33.75%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#988771 (or 0x988771) is known color: Pale Oyster. HEX triplet: 98, 87 and 71. RGB value is (152,135,113). Sum of RGB (Red+Green+Blue) = 152+135+113=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #988771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988771 is #67788E. Grayscale: #898989. Windows color (decimal): -6781071 or 7440280. OLE color: 7440280.

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

Color convert

RGB 152 135 113 -
CMYK 0 0.11 0.26 0.40
HSL 33.85º 0.16% 0.52% -
HSV(B) 33.85º 0.26% 0.6% -
XYZ 24.59 25.2 19.19 -
YUV 137.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 152 135 113 0 0.11 0.26 0.40 33.85 0.16 0.52
Hex 98 87 71 0 B 1A 28 22 10 34
Octal 230 207 161 0 13 32 50 42 20 64
Binary 10011000 10000111 1110001 0 1011 11010 101000 100010 10000 110100

Color Harmonies of #988771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988771

Black with #988771

Text Example


Text Example

White with #988771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988771; }

 p { color: rgb(152,135,113); }

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

background-color css

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

 a { background-color: rgb(152,135,113); }

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

border-color css

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

 span { border-color: rgb(152,135,113); }

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