Html Css Color HEX #9B8787 Opium

📋 copy color: '#9B8787'

red 155 ◦ green 135 ◦ blue 135

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

Shades of Opium #9B8787

Tints of Opium #9B8787

RGB

 RED value IS 155 (60.94% from 255) = 36.47%

 GREEN value IS 135 (53.13% from 255) = 31.76%

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

R = 36.47%
G = 31.76%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B8787 (or 0x9B8787) is known color: Opium. HEX triplet: 9B, 87 and 87. RGB value is (155,135,135). Sum of RGB (Red+Green+Blue) = 155+135+135=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8787 is #647878. Grayscale: #8D8D8D. Windows color (decimal): -6584441 or 8882075. OLE color: 8882075.

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

Color convert

RGB 155 135 135 -
CMYK 0 0.13 0.13 0.39
HSL 0.09% 0.57% -
HSV(B) 0.13% 0.61% -
XYZ 26.55 26.05 26.55 -
YUV 140.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 155 135 135 0 0.13 0.13 0.39 0 0.09 0.57
Hex 9B 87 87 0 D D 27 0 9 39
Octal 233 207 207 0 15 15 47 0 11 71
Binary 10011011 10000111 10000111 0 1101 1101 100111 0 1001 111001

Color Harmonies of #9B8787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8787

Black with #9B8787

Text Example


Text Example

White with #9B8787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,135,135); }

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

background-color css

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

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

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

border-color css

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

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

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