Html Css Color HEX #9D9072 Pale Oyster

📋 copy color: '#9D9072'

red 157 ◦ green 144 ◦ blue 114

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

Shades of Pale Oyster #9D9072

Tints of Pale Oyster #9D9072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.7%

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 37.83%
G = 34.7%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D9072 (or 0x9D9072) is known color: Pale Oyster. HEX triplet: 9D, 90 and 72. RGB value is (157,144,114). Sum of RGB (Red+Green+Blue) = 157+144+114=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9072 is #626F8D. Grayscale: #909090. Windows color (decimal): -6451086 or 7508125. OLE color: 7508125.

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

Color convert

RGB 157 144 114 -
CMYK 0 0.08 0.27 0.38
HSL 41.86º 0.18% 0.53% -
HSV(B) 41.86º 0.27% 0.62% -
XYZ 26.92 28.33 19.97 -
YUV 144.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 157 144 114 0 0.08 0.27 0.38 41.86 0.18 0.53
Hex 9D 90 72 0 8 1B 26 2A 12 35
Octal 235 220 162 0 10 33 46 52 22 65
Binary 10011101 10010000 1110010 0 1000 11011 100110 101010 10010 110101

Color Harmonies of #9D9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9072

Black with #9D9072

Text Example


Text Example

White with #9D9072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,144,114); }

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

background-color css

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

 a { background-color: rgb(157,144,114); }

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

border-color css

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

 span { border-color: rgb(157,144,114); }

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