#9B7B77

Color #9B7B77 Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #9B7B77

Tints of Opium #9B7B77

Color information

#9B7B77 (or 0x9B7B77) is unknown color: approx Opium. HEX triplet: 9B, 7B and 77. RGB value is (155,123,119). Sum of RGB (Red+Green+Blue) = 155+123+119=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B77 is #648488. Grayscale: #848484. Windows color (decimal): -6587529 or 7830427. OLE color: 7830427.

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

Color convert

RGB155123119-
CMYK00.210.230.39
HSL6.67º15.25%53.73%-
HSV(B)6.67º23.23%60.78%-
XYZ23.9322.4720.53-
YUV132.11120.6144.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=39.04%
G=30.98%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512311900.210.230.396.6715.2553.73
Hex9B7B7701517277f36
Octal233173167025274771766
Binary1001101111110111110111010101101111001111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,123,119); }

 H1.HeaderClassName
 {
   color: #9B7B77;
 }
 .AnyTagClassName
 {
   color: #9B7B77;
 }
</style>
background-color css

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

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

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

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

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

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