Html Css Color HEX #9D8987 Opium

📋 copy color: '#9D8987'

red 157 ◦ green 137 ◦ blue 135

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

Shades of Opium #9D8987

Tints of Opium #9D8987

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

 BLUE value IS 135 (53.13% from 255) = 31.47%

R = 36.6%
G = 31.93%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9D8987 (or 0x9D8987) is known color: Opium. HEX triplet: 9D, 89 and 87. RGB value is (157,137,135). Sum of RGB (Red+Green+Blue) = 157+137+135=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8987 is #627678. Grayscale: #8E8E8E. Windows color (decimal): -6452857 or 8882589. OLE color: 8882589.

HSL color Cylindrical-coordinate representation of color #9D8987: hue angle of 5.45º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8987 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 137 135 -
CMYK 0 0.13 0.14 0.38
HSL 5.45º 0.1% 0.57% -
HSV(B) 5.45º 0.14% 0.62% -
XYZ 27.22 26.81 26.66 -
YUV 142.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 157 137 135 0 0.13 0.14 0.38 5.45 0.1 0.57
Hex 9D 89 87 0 D E 26 5 A 39
Octal 235 211 207 0 15 16 46 5 12 71
Binary 10011101 10001001 10000111 0 1101 1110 100110 101 1010 111001

Color Harmonies of #9D8987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8987

Black with #9D8987

Text Example


Text Example

White with #9D8987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,137,135); }

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

background-color css

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

 a { background-color: rgb(157,137,135); }

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

border-color css

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

 span { border-color: rgb(157,137,135); }

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