Html Css Color HEX #988B77 Pale Oyster

📋 copy color: '#988B77'

red 152 ◦ green 139 ◦ blue 119

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

Shades of Pale Oyster #988B77

Tints of Pale Oyster #988B77

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.9%

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 37.07%
G = 33.9%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#988B77 (or 0x988B77) is known color: Pale Oyster. HEX triplet: 98, 8B and 77. RGB value is (152,139,119). Sum of RGB (Red+Green+Blue) = 152+139+119=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #988B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B77 is #677488. Grayscale: #8C8C8C. Windows color (decimal): -6780041 or 7834520. OLE color: 7834520.

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

Color convert

RGB 152 139 119 -
CMYK 0 0.09 0.22 0.40
HSL 36.36º 0.14% 0.53% -
HSV(B) 36.36º 0.22% 0.6% -
XYZ 25.51 26.47 21.22 -
YUV 140.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 152 139 119 0 0.09 0.22 0.40 36.36 0.14 0.53
Hex 98 8B 77 0 9 16 28 24 E 35
Octal 230 213 167 0 11 26 50 44 16 65
Binary 10011000 10001011 1110111 0 1001 10110 101000 100100 1110 110101

Color Harmonies of #988B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B77

Black with #988B77

Text Example


Text Example

White with #988B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,139,119); }

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

background-color css

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

 a { background-color: rgb(152,139,119); }

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

border-color css

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

 span { border-color: rgb(152,139,119); }

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