Html Css Color HEX #9B7676 Opium

📋 copy color: '#9B7676'

red 155 ◦ green 118 ◦ blue 118

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

Shades of Opium #9B7676

Tints of Opium #9B7676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.18%

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

R = 39.64%
G = 30.18%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B7676 (or 0x9B7676) is known color: Opium. HEX triplet: 9B, 76 and 76. RGB value is (155,118,118). Sum of RGB (Red+Green+Blue) = 155+118+118=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7676 is #648989. Grayscale: #818181. Windows color (decimal): -6588810 or 7763611. OLE color: 7763611.

HSL color Cylindrical-coordinate representation of color #9B7676: hue angle of 0º 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 #9B7676 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 118 118 -
CMYK 0 0.24 0.24 0.39
HSL 0.16% 0.54% -
HSV(B) 0.24% 0.61% -
XYZ 23.27 21.23 20.01 -
YUV 129.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 155 118 118 0 0.24 0.24 0.39 0 0.16 0.54
Hex 9B 76 76 0 18 18 27 0 10 36
Octal 233 166 166 0 30 30 47 0 20 66
Binary 10011011 1110110 1110110 0 11000 11000 100111 0 10000 110110

Color Harmonies of #9B7676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7676

Black with #9B7676

Text Example


Text Example

White with #9B7676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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