#9A7B78

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

Shades of Opium #9A7B78

Tints of Opium #9A7B78

Color information

#9A7B78 (or 0x9A7B78) is unknown color: approx Opium. HEX triplet: 9A, 7B and 78. RGB value is (154,123,120). Sum of RGB (Red+Green+Blue) = 154+123+120=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7B78 is #658487. Grayscale: #838383. Windows color (decimal): -6653064 or 7895962. OLE color: 7895962.

HSL color Cylindrical-coordinate representation of color #9A7B78: hue angle of 5.29º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A7B78 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB154123120-
CMYK00.200.220.40
HSL5.29º14.41%53.73%-
HSV(B)5.29º22.08%60.39%-
XYZ23.822.3920.84-
YUV131.93121.27143.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.79%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=38.79%
G=30.98%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412312000.200.220.405.2914.4153.73
Hex9A7B7801416285e36
Octal232173170024265051666
Binary1001101011110111111000010100101101010001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,123,120); }

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

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

 a { background-color: rgb(154,123,120); }

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

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

 span { border-color: rgb(154,123,120); }

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