Html Css Color HEX #9F8D78 Pale Oyster

📋 copy color: '#9F8D78'

red 159 ◦ green 141 ◦ blue 120

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

Shades of Pale Oyster #9F8D78

Tints of Pale Oyster #9F8D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.57%

 BLUE value IS 120 (47.27% from 255) = 28.57%

R = 37.86%
G = 33.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F8D78 (or 0x9F8D78) is known color: Pale Oyster. HEX triplet: 9F, 8D and 78. RGB value is (159,141,120). Sum of RGB (Red+Green+Blue) = 159+141+120=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8D78 is #607287. Grayscale: #909090. Windows color (decimal): -6320776 or 7900575. OLE color: 7900575.

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

Color convert

RGB 159 141 120 -
CMYK 0 0.11 0.25 0.38
HSL 32.31º 0.17% 0.55% -
HSV(B) 32.31º 0.25% 0.62% -
XYZ 27.21 27.78 21.7 -
YUV 143.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 159 141 120 0 0.11 0.25 0.38 32.31 0.17 0.55
Hex 9F 8D 78 0 B 19 26 20 11 37
Octal 237 215 170 0 13 31 46 40 21 67
Binary 10011111 10001101 1111000 0 1011 11001 100110 100000 10001 110111

Color Harmonies of #9F8D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8D78

Black with #9F8D78

Text Example


Text Example

White with #9F8D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,141,120); }

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

background-color css

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

 a { background-color: rgb(159,141,120); }

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

border-color css

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

 span { border-color: rgb(159,141,120); }

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