Html Css Color HEX #9D9176 Pale Oyster

📋 copy color: '#9D9176'

red 157 ◦ green 145 ◦ blue 118

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

Shades of Pale Oyster #9D9176

Tints of Pale Oyster #9D9176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.52%

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 37.38%
G = 34.52%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D9176 (or 0x9D9176) is known color: Pale Oyster. HEX triplet: 9D, 91 and 76. RGB value is (157,145,118). Sum of RGB (Red+Green+Blue) = 157+145+118=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9176 is #626E89. Grayscale: #919191. Windows color (decimal): -6450826 or 7770525. OLE color: 7770525.

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

Color convert

RGB 157 145 118 -
CMYK 0 0.08 0.25 0.38
HSL 41.54º 0.17% 0.54% -
HSV(B) 41.54º 0.25% 0.62% -
XYZ 27.3 28.73 21.25 -
YUV 145.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 157 145 118 0 0.08 0.25 0.38 41.54 0.17 0.54
Hex 9D 91 76 0 8 19 26 2A 11 36
Octal 235 221 166 0 10 31 46 52 21 66
Binary 10011101 10010001 1110110 0 1000 11001 100110 101010 10001 110110

Color Harmonies of #9D9176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9176

Black with #9D9176

Text Example


Text Example

White with #9D9176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,145,118); }

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

background-color css

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

 a { background-color: rgb(157,145,118); }

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

border-color css

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

 span { border-color: rgb(157,145,118); }

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