Html Css Color HEX #988770 Pale Oyster

📋 copy color: '#988770'

red 152 ◦ green 135 ◦ blue 112

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

Shades of Pale Oyster #988770

Tints of Pale Oyster #988770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.07%

R = 38.1%
G = 33.83%
B = 28.07%

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

#988770 (or 0x988770) is known color: Pale Oyster. HEX triplet: 98, 87 and 70. RGB value is (152,135,112). Sum of RGB (Red+Green+Blue) = 152+135+112=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #988770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988770 is #67788F. Grayscale: #898989. Windows color (decimal): -6781072 or 7374744. OLE color: 7374744.

HSL color Cylindrical-coordinate representation of color #988770: hue angle of 34.5º 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 #988770 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 112 -
CMYK 0 0.11 0.26 0.40
HSL 34.5º 0.16% 0.52% -
HSV(B) 34.5º 0.26% 0.6% -
XYZ 24.54 25.17 18.89 -
YUV 137.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 152 135 112 0 0.11 0.26 0.40 34.5 0.16 0.52
Hex 98 87 70 0 B 1A 28 22 10 34
Octal 230 207 160 0 13 32 50 42 20 64
Binary 10011000 10000111 1110000 0 1011 11010 101000 100010 10000 110100

Color Harmonies of #988770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988770

Black with #988770

Text Example


Text Example

White with #988770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988770; }

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

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

background-color css

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

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

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

border-color css

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

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

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