Html Css Color HEX #9F8E79 Pale Oyster

📋 copy color: '#9F8E79'

red 159 ◦ green 142 ◦ blue 121

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

Shades of Pale Oyster #9F8E79

Tints of Pale Oyster #9F8E79

RGB

 RED value IS 159 (62.5% from 255) = 37.68%

 GREEN value IS 142 (55.86% from 255) = 33.65%

 BLUE value IS 121 (47.66% from 255) = 28.67%

R = 37.68%
G = 33.65%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F8E79 (or 0x9F8E79) is known color: Pale Oyster. HEX triplet: 9F, 8E and 79. RGB value is (159,142,121). Sum of RGB (Red+Green+Blue) = 159+142+121=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8E79 is #607186. Grayscale: #909090. Windows color (decimal): -6320519 or 7966367. OLE color: 7966367.

HSL color Cylindrical-coordinate representation of color #9F8E79: hue angle of 33.16º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F8E79 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 142 121 -
CMYK 0 0.11 0.24 0.38
HSL 33.16º 0.17% 0.55% -
HSV(B) 33.16º 0.24% 0.62% -
XYZ 27.42 28.1 22.07 -
YUV 144.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 159 142 121 0 0.11 0.24 0.38 33.16 0.17 0.55
Hex 9F 8E 79 0 B 18 26 21 11 37
Octal 237 216 171 0 13 30 46 41 21 67
Binary 10011111 10001110 1111001 0 1011 11000 100110 100001 10001 110111

Color Harmonies of #9F8E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8E79

Black with #9F8E79

Text Example


Text Example

White with #9F8E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F8E79; }

 p { color: rgb(159,142,121); }

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

background-color css

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

 a { background-color: rgb(159,142,121); }

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

border-color css

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

 span { border-color: rgb(159,142,121); }

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