Html Css Color HEX #9B8784 Opium

📋 copy color: '#9B8784'

red 155 ◦ green 135 ◦ blue 132

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

Shades of Opium #9B8784

Tints of Opium #9B8784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.28%

R = 36.73%
G = 31.99%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B8784 (or 0x9B8784) is known color: Opium. HEX triplet: 9B, 87 and 84. RGB value is (155,135,132). Sum of RGB (Red+Green+Blue) = 155+135+132=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8784 is #64787B. Grayscale: #8C8C8C. Windows color (decimal): -6584444 or 8685467. OLE color: 8685467.

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

Color convert

RGB 155 135 132 -
CMYK 0 0.13 0.15 0.39
HSL 7.83º 0.1% 0.56% -
HSV(B) 7.83º 0.15% 0.61% -
XYZ 26.35 25.96 25.45 -
YUV 140.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 155 135 132 0 0.13 0.15 0.39 7.83 0.1 0.56
Hex 9B 87 84 0 D F 27 8 A 38
Octal 233 207 204 0 15 17 47 10 12 70
Binary 10011011 10000111 10000100 0 1101 1111 100111 1000 1010 111000

Color Harmonies of #9B8784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8784

Black with #9B8784

Text Example


Text Example

White with #9B8784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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