Html Css Color HEX #9B7978 Opium

📋 copy color: '#9B7978'

red 155 ◦ green 121 ◦ blue 120

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

Shades of Opium #9B7978

Tints of Opium #9B7978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.3%

R = 39.14%
G = 30.56%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B7978 (or 0x9B7978) is known color: Opium. HEX triplet: 9B, 79 and 78. RGB value is (155,121,120). Sum of RGB (Red+Green+Blue) = 155+121+120=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7978 is #648687. Grayscale: #838383. Windows color (decimal): -6588040 or 7895451. OLE color: 7895451.

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

Color convert

RGB 155 121 120 -
CMYK 0 0.22 0.23 0.39
HSL 1.71º 0.15% 0.54% -
HSV(B) 1.71º 0.23% 0.61% -
XYZ 23.75 22 20.76 -
YUV 131.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 155 121 120 0 0.22 0.23 0.39 1.71 0.15 0.54
Hex 9B 79 78 0 16 17 27 2 F 36
Octal 233 171 170 0 26 27 47 2 17 66
Binary 10011011 1111001 1111000 0 10110 10111 100111 10 1111 110110

Color Harmonies of #9B7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7978

Black with #9B7978

Text Example


Text Example

White with #9B7978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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