Html Css Color HEX #9E8F7A Pale Oyster

📋 copy color: '#9E8F7A'

red 158 ◦ green 143 ◦ blue 122

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

Shades of Pale Oyster #9E8F7A

Tints of Pale Oyster #9E8F7A

RGB

 RED value IS 158 (62.11% from 255) = 37.35%

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

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 37.35%
G = 33.81%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E8F7A (or 0x9E8F7A) is known color: Pale Oyster. HEX triplet: 9E, 8F and 7A. RGB value is (158,143,122). Sum of RGB (Red+Green+Blue) = 158+143+122=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8F7A is #617085. Grayscale: #919191. Windows color (decimal): -6385798 or 8032158. OLE color: 8032158.

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

Color convert

RGB 158 143 122 -
CMYK 0 0.09 0.23 0.38
HSL 35º 0.16% 0.55% -
HSV(B) 35º 0.23% 0.62% -
XYZ 27.44 28.32 22.43 -
YUV 145.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 158 143 122 0 0.09 0.23 0.38 35 0.16 0.55
Hex 9E 8F 7A 0 9 17 26 23 10 37
Octal 236 217 172 0 11 27 46 43 20 67
Binary 10011110 10001111 1111010 0 1001 10111 100110 100011 10000 110111

Color Harmonies of #9E8F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8F7A

Black with #9E8F7A

Text Example


Text Example

White with #9E8F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,143,122); }

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

background-color css

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

 a { background-color: rgb(158,143,122); }

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

border-color css

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

 span { border-color: rgb(158,143,122); }

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