Html Css Color HEX #988B75 Pale Oyster

📋 copy color: '#988B75'

red 152 ◦ green 139 ◦ blue 117

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

Shades of Pale Oyster #988B75

Tints of Pale Oyster #988B75

RGB

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

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

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

R = 37.25%
G = 34.07%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#988B75 (or 0x988B75) is known color: Pale Oyster. HEX triplet: 98, 8B and 75. RGB value is (152,139,117). Sum of RGB (Red+Green+Blue) = 152+139+117=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #988B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B75 is #67748A. Grayscale: #8C8C8C. Windows color (decimal): -6780043 or 7703448. OLE color: 7703448.

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

Color convert

RGB 152 139 117 -
CMYK 0 0.09 0.23 0.40
HSL 37.71º 0.15% 0.53% -
HSV(B) 37.71º 0.23% 0.6% -
XYZ 25.39 26.43 20.59 -
YUV 140.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 152 139 117 0 0.09 0.23 0.40 37.71 0.15 0.53
Hex 98 8B 75 0 9 17 28 26 F 35
Octal 230 213 165 0 11 27 50 46 17 65
Binary 10011000 10001011 1110101 0 1001 10111 101000 100110 1111 110101

Color Harmonies of #988B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B75

Black with #988B75

Text Example


Text Example

White with #988B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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