Html Css Color HEX #9B7976 Opium

📋 copy color: '#9B7976'

red 155 ◦ green 121 ◦ blue 118

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

Shades of Opium #9B7976

Tints of Opium #9B7976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

 BLUE value IS 118 (46.48% from 255) = 29.95%

R = 39.34%
G = 30.71%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B7976 (or 0x9B7976) is known color: Opium. HEX triplet: 9B, 79 and 76. RGB value is (155,121,118). Sum of RGB (Red+Green+Blue) = 155+121+118=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7976 is #648689. Grayscale: #828282. Windows color (decimal): -6588042 or 7764379. OLE color: 7764379.

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

Color convert

RGB 155 121 118 -
CMYK 0 0.22 0.24 0.39
HSL 4.86º 0.16% 0.54% -
HSV(B) 4.86º 0.24% 0.61% -
XYZ 23.62 21.95 20.13 -
YUV 130.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 155 121 118 0 0.22 0.24 0.39 4.86 0.16 0.54
Hex 9B 79 76 0 16 18 27 5 10 36
Octal 233 171 166 0 26 30 47 5 20 66
Binary 10011011 1111001 1110110 0 10110 11000 100111 101 10000 110110

Color Harmonies of #9B7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7976

Black with #9B7976

Text Example


Text Example

White with #9B7976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,121,118); }

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

background-color css

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

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

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

border-color css

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

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

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