Html Css Color HEX #988773 Pale Oyster

📋 copy color: '#988773'

red 152 ◦ green 135 ◦ blue 115

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

Shades of Pale Oyster #988773

Tints of Pale Oyster #988773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.61%

R = 37.81%
G = 33.58%
B = 28.61%

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

#988773 (or 0x988773) is known color: Pale Oyster. HEX triplet: 98, 87 and 73. RGB value is (152,135,115). Sum of RGB (Red+Green+Blue) = 152+135+115=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #988773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988773 is #67788C. Grayscale: #898989. Windows color (decimal): -6781069 or 7571352. OLE color: 7571352.

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

Color convert

RGB 152 135 115 -
CMYK 0 0.11 0.24 0.40
HSL 32.43º 0.15% 0.52% -
HSV(B) 32.43º 0.24% 0.6% -
XYZ 24.71 25.24 19.79 -
YUV 137.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 152 135 115 0 0.11 0.24 0.40 32.43 0.15 0.52
Hex 98 87 73 0 B 18 28 20 F 34
Octal 230 207 163 0 13 30 50 40 17 64
Binary 10011000 10000111 1110011 0 1011 11000 101000 100000 1111 110100

Color Harmonies of #988773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988773

Black with #988773

Text Example


Text Example

White with #988773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988773; }

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

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

background-color css

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

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

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

border-color css

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

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

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