Html Css Color HEX #988975 Pale Oyster

📋 copy color: '#988975'

red 152 ◦ green 137 ◦ blue 117

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

Shades of Pale Oyster #988975

Tints of Pale Oyster #988975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.74%

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 37.44%
G = 33.74%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#988975 (or 0x988975) is known color: Pale Oyster. HEX triplet: 98, 89 and 75. RGB value is (152,137,117). Sum of RGB (Red+Green+Blue) = 152+137+117=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #988975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988975 is #67768A. Grayscale: #8B8B8B. Windows color (decimal): -6780555 or 7702936. OLE color: 7702936.

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

Color convert

RGB 152 137 117 -
CMYK 0 0.10 0.23 0.40
HSL 34.29º 0.15% 0.53% -
HSV(B) 34.29º 0.23% 0.6% -
XYZ 25.11 25.85 20.5 -
YUV 139.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 152 137 117 0 0.10 0.23 0.40 34.29 0.15 0.53
Hex 98 89 75 0 A 17 28 22 F 35
Octal 230 211 165 0 12 27 50 42 17 65
Binary 10011000 10001001 1110101 0 1010 10111 101000 100010 1111 110101

Color Harmonies of #988975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988975

Black with #988975

Text Example


Text Example

White with #988975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988975; }

 p { color: rgb(152,137,117); }

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

background-color css

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

 a { background-color: rgb(152,137,117); }

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

border-color css

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

 span { border-color: rgb(152,137,117); }

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