#9A7F7B

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

Shades of Opium #9A7F7B

Tints of Opium #9A7F7B

Color information

#9A7F7B (or 0x9A7F7B) is unknown color: approx Opium. HEX triplet: 9A, 7F and 7B. RGB value is (154,127,123). Sum of RGB (Red+Green+Blue) = 154+127+123=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7F7B is #658084. Grayscale: #868686. Windows color (decimal): -6652037 or 8093594. OLE color: 8093594.

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

Color convert

RGB154127123-
CMYK00.180.200.40
HSL7.74º13.3%54.31%-
HSV(B)7.74º20.13%60.39%-
XYZ24.4923.4821.98-
YUV134.62121.45141.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.12%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=38.12%
G=31.44%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412712300.180.200.407.7413.354.31
Hex9A7F7B01214288d36
Octal2321771730222450101566
Binary10011010111111111110110100101010010100010001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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