Html Css Color HEX #9F8F78 Pale Oyster

📋 copy color: '#9F8F78'

red 159 ◦ green 143 ◦ blue 120

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

Shades of Pale Oyster #9F8F78

Tints of Pale Oyster #9F8F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.89%

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

R = 37.68%
G = 33.89%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F8F78 (or 0x9F8F78) is known color: Pale Oyster. HEX triplet: 9F, 8F and 78. RGB value is (159,143,120). Sum of RGB (Red+Green+Blue) = 159+143+120=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8F78 is #607087. Grayscale: #919191. Windows color (decimal): -6320264 or 7901087. OLE color: 7901087.

HSL color Cylindrical-coordinate representation of color #9F8F78: hue angle of 35.38º 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 #9F8F78 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 143 120 -
CMYK 0 0.10 0.25 0.38
HSL 35.38º 0.17% 0.55% -
HSV(B) 35.38º 0.25% 0.62% -
XYZ 27.51 28.37 21.8 -
YUV 145.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 159 143 120 0 0.10 0.25 0.38 35.38 0.17 0.55
Hex 9F 8F 78 0 A 19 26 23 11 37
Octal 237 217 170 0 12 31 46 43 21 67
Binary 10011111 10001111 1111000 0 1010 11001 100110 100011 10001 110111

Color Harmonies of #9F8F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8F78

Black with #9F8F78

Text Example


Text Example

White with #9F8F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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