Html Css Color HEX #9D8D77 Pale Oyster

📋 copy color: '#9D8D77'

red 157 ◦ green 141 ◦ blue 119

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

Shades of Pale Oyster #9D8D77

Tints of Pale Oyster #9D8D77

RGB

 RED value IS 157 (61.72% from 255) = 37.65%

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

 BLUE value IS 119 (46.88% from 255) = 28.54%

R = 37.65%
G = 33.81%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D8D77 (or 0x9D8D77) is known color: Pale Oyster. HEX triplet: 9D, 8D and 77. RGB value is (157,141,119). Sum of RGB (Red+Green+Blue) = 157+141+119=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8D77 is #627288. Grayscale: #8F8F8F. Windows color (decimal): -6451849 or 7835037. OLE color: 7835037.

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

Color convert

RGB 157 141 119 -
CMYK 0 0.10 0.24 0.38
HSL 34.74º 0.16% 0.54% -
HSV(B) 34.74º 0.24% 0.62% -
XYZ 26.76 27.55 21.36 -
YUV 143.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 157 141 119 0 0.10 0.24 0.38 34.74 0.16 0.54
Hex 9D 8D 77 0 A 18 26 23 10 36
Octal 235 215 167 0 12 30 46 43 20 66
Binary 10011101 10001101 1110111 0 1010 11000 100110 100011 10000 110110

Color Harmonies of #9D8D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8D77

Black with #9D8D77

Text Example


Text Example

White with #9D8D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,141,119); }

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

background-color css

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

 a { background-color: rgb(157,141,119); }

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

border-color css

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

 span { border-color: rgb(157,141,119); }

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