Html Css Color HEX #9D8C78 Pale Oyster

📋 copy color: '#9D8C78'

red 157 ◦ green 140 ◦ blue 120

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

Shades of Pale Oyster #9D8C78

Tints of Pale Oyster #9D8C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

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

R = 37.65%
G = 33.57%
B = 28.78%

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

#9D8C78 (or 0x9D8C78) is known color: Pale Oyster. HEX triplet: 9D, 8C and 78. RGB value is (157,140,120). Sum of RGB (Red+Green+Blue) = 157+140+120=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8C78 is #627387. Grayscale: #8E8E8E. Windows color (decimal): -6452104 or 7900317. OLE color: 7900317.

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

Color convert

RGB 157 140 120 -
CMYK 0 0.11 0.24 0.38
HSL 32.43º 0.16% 0.54% -
HSV(B) 32.43º 0.24% 0.62% -
XYZ 26.67 27.28 21.63 -
YUV 142.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 157 140 120 0 0.11 0.24 0.38 32.43 0.16 0.54
Hex 9D 8C 78 0 B 18 26 20 10 36
Octal 235 214 170 0 13 30 46 40 20 66
Binary 10011101 10001100 1111000 0 1011 11000 100110 100000 10000 110110

Color Harmonies of #9D8C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8C78

Black with #9D8C78

Text Example


Text Example

White with #9D8C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,140,120); }

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

background-color css

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

 a { background-color: rgb(157,140,120); }

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

border-color css

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

 span { border-color: rgb(157,140,120); }

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